Commit b98dac6f by BellCodeEditor

save project

parent 90723a11
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="bd86c987127749c1853c76b28d4a5a5c" class="chart-container" style="width:900px; height:500px;"></div>
<div id="86634645bfb0403c950cdc5da97b1465" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_bd86c987127749c1853c76b28d4a5a5c = echarts.init(
document.getElementById('bd86c987127749c1853c76b28d4a5a5c'), 'white', {renderer: 'canvas'});
var option_bd86c987127749c1853c76b28d4a5a5c = {
var chart_86634645bfb0403c950cdc5da97b1465 = echarts.init(
document.getElementById('86634645bfb0403c950cdc5da97b1465'), 'white', {renderer: 'canvas'});
var option_86634645bfb0403c950cdc5da97b1465 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_bd86c987127749c1853c76b28d4a5a5c.setOption(option_bd86c987127749c1853c76b28d4a5a5c);
chart_86634645bfb0403c950cdc5da97b1465.setOption(option_86634645bfb0403c950cdc5da97b1465);
</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