Commit bd30b8e5 by BellCodeEditor

auto save

parent 605fb526
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="51e16d43b5fc4929b788c18aa9eba736" class="chart-container" style="width:900px; height:500px;"></div> <div id="183acd03db8646e887396a2dd26d15a6" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_51e16d43b5fc4929b788c18aa9eba736 = echarts.init( var chart_183acd03db8646e887396a2dd26d15a6 = echarts.init(
document.getElementById('51e16d43b5fc4929b788c18aa9eba736'), 'white', {renderer: 'canvas'}); document.getElementById('183acd03db8646e887396a2dd26d15a6'), 'white', {renderer: 'canvas'});
var option_51e16d43b5fc4929b788c18aa9eba736 = { var option_183acd03db8646e887396a2dd26d15a6 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_51e16d43b5fc4929b788c18aa9eba736.setOption(option_51e16d43b5fc4929b788c18aa9eba736); chart_183acd03db8646e887396a2dd26d15a6.setOption(option_183acd03db8646e887396a2dd26d15a6);
</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