Commit c9d8166c by BellCodeEditor

save project

parent f792b98e
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="35981f8023ec4adbac789b0c6aff280f" class="chart-container" style="width:900px; height:500px;"></div>
<div id="cb55c2c21cad4150b273aee46ee80fd8" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_35981f8023ec4adbac789b0c6aff280f = echarts.init(
document.getElementById('35981f8023ec4adbac789b0c6aff280f'), 'white', {renderer: 'canvas'});
var option_35981f8023ec4adbac789b0c6aff280f = {
var chart_cb55c2c21cad4150b273aee46ee80fd8 = echarts.init(
document.getElementById('cb55c2c21cad4150b273aee46ee80fd8'), 'white', {renderer: 'canvas'});
var option_cb55c2c21cad4150b273aee46ee80fd8 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_35981f8023ec4adbac789b0c6aff280f.setOption(option_35981f8023ec4adbac789b0c6aff280f);
chart_cb55c2c21cad4150b273aee46ee80fd8.setOption(option_cb55c2c21cad4150b273aee46ee80fd8);
</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