Commit 4bc6008f by BellCodeEditor

save project

parent 103576ad
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="223e57d238ca4577b2b94c497f38b9a2" class="chart-container" style="width:900px; height:500px;"></div>
<div id="59f57d19cd5548e0a2e74caa5bd747f8" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_223e57d238ca4577b2b94c497f38b9a2 = echarts.init(
document.getElementById('223e57d238ca4577b2b94c497f38b9a2'), 'white', {renderer: 'canvas'});
var option_223e57d238ca4577b2b94c497f38b9a2 = {
var chart_59f57d19cd5548e0a2e74caa5bd747f8 = echarts.init(
document.getElementById('59f57d19cd5548e0a2e74caa5bd747f8'), 'white', {renderer: 'canvas'});
var option_59f57d19cd5548e0a2e74caa5bd747f8 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_223e57d238ca4577b2b94c497f38b9a2.setOption(option_223e57d238ca4577b2b94c497f38b9a2);
chart_59f57d19cd5548e0a2e74caa5bd747f8.setOption(option_59f57d19cd5548e0a2e74caa5bd747f8);
</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