Commit f35bc68a by BellCodeEditor

save project

parent 0ee3248b
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="29b7614a792e4fca9b10de2b4ef26421" class="chart-container" style="width:900px; height:500px;"></div>
<div id="b331841cdaca43099596b38599cf832a" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_29b7614a792e4fca9b10de2b4ef26421 = echarts.init(
document.getElementById('29b7614a792e4fca9b10de2b4ef26421'), 'white', {renderer: 'canvas'});
var option_29b7614a792e4fca9b10de2b4ef26421 = {
var chart_b331841cdaca43099596b38599cf832a = echarts.init(
document.getElementById('b331841cdaca43099596b38599cf832a'), 'white', {renderer: 'canvas'});
var option_b331841cdaca43099596b38599cf832a = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_29b7614a792e4fca9b10de2b4ef26421.setOption(option_29b7614a792e4fca9b10de2b4ef26421);
chart_b331841cdaca43099596b38599cf832a.setOption(option_b331841cdaca43099596b38599cf832a);
</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