Commit 6288e59e by BellCodeEditor

auto save

parent fed3c5b1
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="11ae97fb0b2c4a10a6f9c7baffd13fd6" class="chart-container" style="width:900px; height:500px;"></div> <div id="50b3807a01304e799032288dd136a934" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_11ae97fb0b2c4a10a6f9c7baffd13fd6 = echarts.init( var chart_50b3807a01304e799032288dd136a934 = echarts.init(
document.getElementById('11ae97fb0b2c4a10a6f9c7baffd13fd6'), 'white', {renderer: 'canvas'}); document.getElementById('50b3807a01304e799032288dd136a934'), 'white', {renderer: 'canvas'});
var option_11ae97fb0b2c4a10a6f9c7baffd13fd6 = { var option_50b3807a01304e799032288dd136a934 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_11ae97fb0b2c4a10a6f9c7baffd13fd6.setOption(option_11ae97fb0b2c4a10a6f9c7baffd13fd6); chart_50b3807a01304e799032288dd136a934.setOption(option_50b3807a01304e799032288dd136a934);
</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