Commit d8e59c67 by BellCodeEditor

save project

parent 7fc1b0f4
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body >
<div id="d373430701db4af1a82e65a8c68b1850" class="chart-container" style="width:900px; height:500px; "></div>
<div id="86afce35268149d490900cdaefa8b392" class="chart-container" style="width:900px; height:500px; "></div>
<script>
var chart_d373430701db4af1a82e65a8c68b1850 = echarts.init(
document.getElementById('d373430701db4af1a82e65a8c68b1850'), 'white', {renderer: 'canvas'});
var option_d373430701db4af1a82e65a8c68b1850 = {
var chart_86afce35268149d490900cdaefa8b392 = echarts.init(
document.getElementById('86afce35268149d490900cdaefa8b392'), 'white', {renderer: 'canvas'});
var option_86afce35268149d490900cdaefa8b392 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -158,7 +158,7 @@
}
]
};
chart_d373430701db4af1a82e65a8c68b1850.setOption(option_d373430701db4af1a82e65a8c68b1850);
chart_86afce35268149d490900cdaefa8b392.setOption(option_86afce35268149d490900cdaefa8b392);
</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