Commit b61da4d0 by BellCodeEditor

save project

parent 304a3caf
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="9c230a2148c14bc5af77a83d92ca55ac" class="chart-container" style="width:900px; height:500px;"></div> <div id="fdd44fbc43f14aa2857902a5cc8012b4" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_9c230a2148c14bc5af77a83d92ca55ac = echarts.init( var chart_fdd44fbc43f14aa2857902a5cc8012b4 = echarts.init(
document.getElementById('9c230a2148c14bc5af77a83d92ca55ac'), 'white', {renderer: 'canvas'}); document.getElementById('fdd44fbc43f14aa2857902a5cc8012b4'), 'white', {renderer: 'canvas'});
var option_9c230a2148c14bc5af77a83d92ca55ac = { var option_fdd44fbc43f14aa2857902a5cc8012b4 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"stutext": "\u9ad8524\u73ed\u6570\u5b66" "stutext": "\u9ad8524\u73ed\u6570\u5b66"
} }
}; };
chart_9c230a2148c14bc5af77a83d92ca55ac.setOption(option_9c230a2148c14bc5af77a83d92ca55ac); chart_fdd44fbc43f14aa2857902a5cc8012b4.setOption(option_fdd44fbc43f14aa2857902a5cc8012b4);
</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