Commit f9422bd0 by BellCodeEditor

auto save

parent 4cc819a3
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="ac47d525e48e41fc905f08a8d5053272" class="chart-container" style="width:900px; height:500px;"></div> <div id="2501f7e2d41e41f7a3f4c560ff689b7c" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_ac47d525e48e41fc905f08a8d5053272 = echarts.init( var chart_2501f7e2d41e41f7a3f4c560ff689b7c = echarts.init(
document.getElementById('ac47d525e48e41fc905f08a8d5053272'), 'white', {renderer: 'canvas'}); document.getElementById('2501f7e2d41e41f7a3f4c560ff689b7c'), 'white', {renderer: 'canvas'});
var option_ac47d525e48e41fc905f08a8d5053272 = { var option_2501f7e2d41e41f7a3f4c560ff689b7c = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_ac47d525e48e41fc905f08a8d5053272.setOption(option_ac47d525e48e41fc905f08a8d5053272); chart_2501f7e2d41e41f7a3f4c560ff689b7c.setOption(option_2501f7e2d41e41f7a3f4c560ff689b7c);
</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