Commit d8e59c67 by BellCodeEditor

save project

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