Commit c1cdd433 by BellCodeEditor

auto save

parent ea261b31
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="243cdb767ed349d78ad7e99ee3ab5828" class="chart-container" style="width:900px; height:500px;"></div> <div id="7ee395b6db9a46559c8d4042d2834928" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_243cdb767ed349d78ad7e99ee3ab5828 = echarts.init( var chart_7ee395b6db9a46559c8d4042d2834928 = echarts.init(
document.getElementById('243cdb767ed349d78ad7e99ee3ab5828'), 'white', {renderer: 'canvas'}); document.getElementById('7ee395b6db9a46559c8d4042d2834928'), 'white', {renderer: 'canvas'});
var option_243cdb767ed349d78ad7e99ee3ab5828 = { var option_7ee395b6db9a46559c8d4042d2834928 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_243cdb767ed349d78ad7e99ee3ab5828.setOption(option_243cdb767ed349d78ad7e99ee3ab5828); chart_7ee395b6db9a46559c8d4042d2834928.setOption(option_7ee395b6db9a46559c8d4042d2834928);
</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