Commit 995950ec by BellCodeEditor

auto save

parent 7e9074da
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="ed2c0156f0ea4b4491a6135969eee2c0" class="chart-container" style="width:900px; height:500px;"></div> <div id="46f985eaefed475598eb896cdd352f6e" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_ed2c0156f0ea4b4491a6135969eee2c0 = echarts.init( var chart_46f985eaefed475598eb896cdd352f6e = echarts.init(
document.getElementById('ed2c0156f0ea4b4491a6135969eee2c0'), 'white', {renderer: 'canvas'}); document.getElementById('46f985eaefed475598eb896cdd352f6e'), 'white', {renderer: 'canvas'});
var option_ed2c0156f0ea4b4491a6135969eee2c0 = { var option_46f985eaefed475598eb896cdd352f6e = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
"text": "\u6210\u7ee9" "text": "\u6210\u7ee9"
} }
}; };
chart_ed2c0156f0ea4b4491a6135969eee2c0.setOption(option_ed2c0156f0ea4b4491a6135969eee2c0); chart_46f985eaefed475598eb896cdd352f6e.setOption(option_46f985eaefed475598eb896cdd352f6e);
</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