Commit 6efeac82 by BellCodeEditor

auto save

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