Commit a46cee1d by BellCodeEditor

save project

parent 9accfffb
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="9d09e35624254fd9a1a47bb8285f8a45" class="chart-container" style="width:900px; height:500px;"></div> <div id="ff64571dddfb472cad367ff0dfd5da36" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_9d09e35624254fd9a1a47bb8285f8a45 = echarts.init( var chart_ff64571dddfb472cad367ff0dfd5da36 = echarts.init(
document.getElementById('9d09e35624254fd9a1a47bb8285f8a45'), 'white', {renderer: 'canvas'}); document.getElementById('ff64571dddfb472cad367ff0dfd5da36'), 'white', {renderer: 'canvas'});
var option_9d09e35624254fd9a1a47bb8285f8a45 = { var option_ff64571dddfb472cad367ff0dfd5da36 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_9d09e35624254fd9a1a47bb8285f8a45.setOption(option_9d09e35624254fd9a1a47bb8285f8a45); chart_ff64571dddfb472cad367ff0dfd5da36.setOption(option_ff64571dddfb472cad367ff0dfd5da36);
</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