Commit 4c12fc95 by BellCodeEditor

auto save

parent 821217e0
Showing with 6 additions and 6 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="05b80e3fa0ce4a60a5bdbcb3c19f1e9f" class="chart-container" style="width:900px; height:500px;"></div> <div id="a788d7a699a14b14ba776e4f13578207" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_05b80e3fa0ce4a60a5bdbcb3c19f1e9f = echarts.init( var chart_a788d7a699a14b14ba776e4f13578207 = echarts.init(
document.getElementById('05b80e3fa0ce4a60a5bdbcb3c19f1e9f'), 'white', {renderer: 'canvas'}); document.getElementById('a788d7a699a14b14ba776e4f13578207'), 'white', {renderer: 'canvas'});
var option_05b80e3fa0ce4a60a5bdbcb3c19f1e9f = { var option_a788d7a699a14b14ba776e4f13578207 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
"name": "\u4e07\u4fee\u94ed\u540c\u5b66", "name": "\u4e07\u4fee\u94ed\u540c\u5b66",
"legendHoverLink": true, "legendHoverLink": true,
"data": [ "data": [
88, 5655888888888888888888888888888888888888888888888888888888888888888888888888888,
95, 95,
96, 96,
94, 94,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_05b80e3fa0ce4a60a5bdbcb3c19f1e9f.setOption(option_05b80e3fa0ce4a60a5bdbcb3c19f1e9f); chart_a788d7a699a14b14ba776e4f13578207.setOption(option_a788d7a699a14b14ba776e4f13578207);
</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