Commit 8165a45c by BellCodeEditor

save project

parent 97d8548d
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="dd9e22e8e559450eb2a9c38d7df9f7ef" class="chart-container" style="width:900px; height:500px;"></div>
<div id="4347777daee84b18a357f890dce5c528" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_dd9e22e8e559450eb2a9c38d7df9f7ef = echarts.init(
document.getElementById('dd9e22e8e559450eb2a9c38d7df9f7ef'), 'white', {renderer: 'canvas'});
var option_dd9e22e8e559450eb2a9c38d7df9f7ef = {
var chart_4347777daee84b18a357f890dce5c528 = echarts.init(
document.getElementById('4347777daee84b18a357f890dce5c528'), 'white', {renderer: 'canvas'});
var option_4347777daee84b18a357f890dce5c528 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_dd9e22e8e559450eb2a9c38d7df9f7ef.setOption(option_dd9e22e8e559450eb2a9c38d7df9f7ef);
chart_4347777daee84b18a357f890dce5c528.setOption(option_4347777daee84b18a357f890dce5c528);
</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