Commit 03a46b35 by BellCodeEditor

auto save

parent fa057997
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="c9712d5ac12745d6a8ce15fe1dcb1e54" class="chart-container" style="width:900px; height:500px;"></div> <div id="f76a2ed5708248c590908b67c091b210" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_c9712d5ac12745d6a8ce15fe1dcb1e54 = echarts.init( var chart_f76a2ed5708248c590908b67c091b210 = echarts.init(
document.getElementById('c9712d5ac12745d6a8ce15fe1dcb1e54'), 'white', {renderer: 'canvas'}); document.getElementById('f76a2ed5708248c590908b67c091b210'), 'white', {renderer: 'canvas'});
var option_c9712d5ac12745d6a8ce15fe1dcb1e54 = { var option_f76a2ed5708248c590908b67c091b210 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u9ad8254\u73ed\u6570\u5b66" "subtext": "\u9ad8254\u73ed\u6570\u5b66"
} }
}; };
chart_c9712d5ac12745d6a8ce15fe1dcb1e54.setOption(option_c9712d5ac12745d6a8ce15fe1dcb1e54); chart_f76a2ed5708248c590908b67c091b210.setOption(option_f76a2ed5708248c590908b67c091b210);
</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