Commit 7b1b3a99 by BellCodeEditor

save project

parent 8fb23e3c
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="c842cb0bc59048b6a12cd005cef43c24" class="chart-container" style="width:900px; height:500px;"></div> <div id="671519892d8a453f9c3bc43f4c700837" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_c842cb0bc59048b6a12cd005cef43c24 = echarts.init( var chart_671519892d8a453f9c3bc43f4c700837 = echarts.init(
document.getElementById('c842cb0bc59048b6a12cd005cef43c24'), 'white', {renderer: 'canvas'}); document.getElementById('671519892d8a453f9c3bc43f4c700837'), 'white', {renderer: 'canvas'});
var option_c842cb0bc59048b6a12cd005cef43c24 = { var option_671519892d8a453f9c3bc43f4c700837 = {
"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_c842cb0bc59048b6a12cd005cef43c24.setOption(option_c842cb0bc59048b6a12cd005cef43c24); chart_671519892d8a453f9c3bc43f4c700837.setOption(option_671519892d8a453f9c3bc43f4c700837);
</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