Commit b5247566 by BellCodeEditor

auto save

parent f6365c1c
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="28dfccd8a023474a865e87df2a95a1d0" class="chart-container" style="width:900px; height:500px;"></div> <div id="f486467e6e4a46d5a1a6cf65e1b12a7f" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_28dfccd8a023474a865e87df2a95a1d0 = echarts.init( var chart_f486467e6e4a46d5a1a6cf65e1b12a7f = echarts.init(
document.getElementById('28dfccd8a023474a865e87df2a95a1d0'), 'white', {renderer: 'canvas'}); document.getElementById('f486467e6e4a46d5a1a6cf65e1b12a7f'), 'white', {renderer: 'canvas'});
var option_28dfccd8a023474a865e87df2a95a1d0 = { var option_f486467e6e4a46d5a1a6cf65e1b12a7f = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_28dfccd8a023474a865e87df2a95a1d0.setOption(option_28dfccd8a023474a865e87df2a95a1d0); chart_f486467e6e4a46d5a1a6cf65e1b12a7f.setOption(option_f486467e6e4a46d5a1a6cf65e1b12a7f);
</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