Commit c61e5183 by BellCodeEditor

save project

parent d86d6ef2
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="c1db8592e1884751b2afb0ed8540a2f3" class="chart-container" style="width:900px; height:500px;"></div>
<div id="8d29aa828f264edd82b539e8861ecf98" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_c1db8592e1884751b2afb0ed8540a2f3 = echarts.init(
document.getElementById('c1db8592e1884751b2afb0ed8540a2f3'), 'white', {renderer: 'canvas'});
var option_c1db8592e1884751b2afb0ed8540a2f3 = {
var chart_8d29aa828f264edd82b539e8861ecf98 = echarts.init(
document.getElementById('8d29aa828f264edd82b539e8861ecf98'), 'white', {renderer: 'canvas'});
var option_8d29aa828f264edd82b539e8861ecf98 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_c1db8592e1884751b2afb0ed8540a2f3.setOption(option_c1db8592e1884751b2afb0ed8540a2f3);
chart_8d29aa828f264edd82b539e8861ecf98.setOption(option_8d29aa828f264edd82b539e8861ecf98);
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment