Commit ff8362f2 by BellCodeEditor

save project

parent 5114996c
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="d29af7a3025842fcab8780aa495c4270" class="chart-container" style="width:900px; height:500px;"></div> <div id="51cf5e0f435943dba308d6c59608fb20" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_d29af7a3025842fcab8780aa495c4270 = echarts.init( var chart_51cf5e0f435943dba308d6c59608fb20 = echarts.init(
document.getElementById('d29af7a3025842fcab8780aa495c4270'), 'white', {renderer: 'canvas'}); document.getElementById('51cf5e0f435943dba308d6c59608fb20'), 'white', {renderer: 'canvas'});
var option_d29af7a3025842fcab8780aa495c4270 = { var option_51cf5e0f435943dba308d6c59608fb20 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_d29af7a3025842fcab8780aa495c4270.setOption(option_d29af7a3025842fcab8780aa495c4270); chart_51cf5e0f435943dba308d6c59608fb20.setOption(option_51cf5e0f435943dba308d6c59608fb20);
</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