Commit 9d6ef26d by BellCodeEditor

save project

parent 60416adf
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="862b34a399a042a4944498b822827a89" class="chart-container" style="width:900px; height:500px;"></div> <div id="e199994b731c42d1b7d3ca4b1fbc4612" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_862b34a399a042a4944498b822827a89 = echarts.init( var chart_e199994b731c42d1b7d3ca4b1fbc4612 = echarts.init(
document.getElementById('862b34a399a042a4944498b822827a89'), 'white', {renderer: 'canvas'}); document.getElementById('e199994b731c42d1b7d3ca4b1fbc4612'), 'white', {renderer: 'canvas'});
var option_862b34a399a042a4944498b822827a89 = { var option_e199994b731c42d1b7d3ca4b1fbc4612 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
} }
] ]
}; };
chart_862b34a399a042a4944498b822827a89.setOption(option_862b34a399a042a4944498b822827a89); chart_e199994b731c42d1b7d3ca4b1fbc4612.setOption(option_e199994b731c42d1b7d3ca4b1fbc4612);
</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