Commit 6592db37 by BellCodeEditor

auto save

parent 2758d51a
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="e542f2d5f06540598e90de3c239e2efb" class="chart-container" style="width:900px; height:500px;"></div> <div id="046f3485b4fb48c3acea8533d6c85c9b" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_e542f2d5f06540598e90de3c239e2efb = echarts.init( var chart_046f3485b4fb48c3acea8533d6c85c9b = echarts.init(
document.getElementById('e542f2d5f06540598e90de3c239e2efb'), 'white', {renderer: 'canvas'}); document.getElementById('046f3485b4fb48c3acea8533d6c85c9b'), 'white', {renderer: 'canvas'});
var option_e542f2d5f06540598e90de3c239e2efb = { var option_046f3485b4fb48c3acea8533d6c85c9b = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_e542f2d5f06540598e90de3c239e2efb.setOption(option_e542f2d5f06540598e90de3c239e2efb); chart_046f3485b4fb48c3acea8533d6c85c9b.setOption(option_046f3485b4fb48c3acea8533d6c85c9b);
</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