Commit 8fd67d4d by BellCodeEditor

save project

parent 5f0fd777
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="5420b95520234419bdc6d1cdd346edbf" class="chart-container" style="width:900px; height:500px;"></div>
<div id="7c8525d0c91d4f4487571223b91b57d4" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_5420b95520234419bdc6d1cdd346edbf = echarts.init(
document.getElementById('5420b95520234419bdc6d1cdd346edbf'), 'white', {renderer: 'canvas'});
var option_5420b95520234419bdc6d1cdd346edbf = {
var chart_7c8525d0c91d4f4487571223b91b57d4 = echarts.init(
document.getElementById('7c8525d0c91d4f4487571223b91b57d4'), 'white', {renderer: 'canvas'});
var option_7c8525d0c91d4f4487571223b91b57d4 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_5420b95520234419bdc6d1cdd346edbf.setOption(option_5420b95520234419bdc6d1cdd346edbf);
chart_7c8525d0c91d4f4487571223b91b57d4.setOption(option_7c8525d0c91d4f4487571223b91b57d4);
</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