Commit 6ed68c14 by BellCodeEditor

auto save

parent 6184500b
Showing with 6 additions and 6 deletions
<!DOCTYPE html> <!DOCTYPE html>
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="bd22c70709294692a6f92dc73917d7a3" class="chart-container" style="width:900px; height:500px;"></div> <div id="4a1fb62b40394748b2ac3be312c63147" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_bd22c70709294692a6f92dc73917d7a3 = echarts.init( var chart_4a1fb62b40394748b2ac3be312c63147 = echarts.init(
document.getElementById('bd22c70709294692a6f92dc73917d7a3'), 'white', {renderer: 'canvas'}); document.getElementById('4a1fb62b40394748b2ac3be312c63147'), 'white', {renderer: 'canvas'});
var option_bd22c70709294692a6f92dc73917d7a3 = { var option_4a1fb62b40394748b2ac3be312c63147 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_bd22c70709294692a6f92dc73917d7a3.setOption(option_bd22c70709294692a6f92dc73917d7a3); chart_4a1fb62b40394748b2ac3be312c63147.setOption(option_4a1fb62b40394748b2ac3be312c63147);
</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