Commit e06ad800 by BellCodeEditor

save project

parent 568e662f
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="a210f76bde3f41d68690a50192c8ae8b" class="chart-container" style="width:900px; height:500px;"></div> <div id="c8aa2f19b96c427b9f667fca15b33d6f" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_a210f76bde3f41d68690a50192c8ae8b = echarts.init( var chart_c8aa2f19b96c427b9f667fca15b33d6f = echarts.init(
document.getElementById('a210f76bde3f41d68690a50192c8ae8b'), 'white', {renderer: 'canvas'}); document.getElementById('c8aa2f19b96c427b9f667fca15b33d6f'), 'white', {renderer: 'canvas'});
var option_a210f76bde3f41d68690a50192c8ae8b = { var option_c8aa2f19b96c427b9f667fca15b33d6f = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_a210f76bde3f41d68690a50192c8ae8b.setOption(option_a210f76bde3f41d68690a50192c8ae8b); chart_c8aa2f19b96c427b9f667fca15b33d6f.setOption(option_c8aa2f19b96c427b9f667fca15b33d6f);
</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