Commit 726f1262 by BellCodeEditor

save project

parent 55a94098
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="b25d2faeaf9542399bb8e814103e159d" class="chart-container" style="width:900px; height:500px;"></div>
<div id="58d5e094607b4f99a9b991f80a0e3b2c" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_b25d2faeaf9542399bb8e814103e159d = echarts.init(
document.getElementById('b25d2faeaf9542399bb8e814103e159d'), 'white', {renderer: 'canvas'});
var option_b25d2faeaf9542399bb8e814103e159d = {
var chart_58d5e094607b4f99a9b991f80a0e3b2c = echarts.init(
document.getElementById('58d5e094607b4f99a9b991f80a0e3b2c'), 'white', {renderer: 'canvas'});
var option_58d5e094607b4f99a9b991f80a0e3b2c = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_b25d2faeaf9542399bb8e814103e159d.setOption(option_b25d2faeaf9542399bb8e814103e159d);
chart_58d5e094607b4f99a9b991f80a0e3b2c.setOption(option_58d5e094607b4f99a9b991f80a0e3b2c);
</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