Commit 3d49e052 by BellCodeEditor

save project

parent 46cc73ac
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="198b0ee593504fa5b7e48bbce41f8a13" class="chart-container" style="width:900px; height:500px;"></div> <div id="59f061adcad7478a876047ed3bbde52e" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_198b0ee593504fa5b7e48bbce41f8a13 = echarts.init( var chart_59f061adcad7478a876047ed3bbde52e = echarts.init(
document.getElementById('198b0ee593504fa5b7e48bbce41f8a13'), 'white', {renderer: 'canvas'}); document.getElementById('59f061adcad7478a876047ed3bbde52e'), 'white', {renderer: 'canvas'});
var option_198b0ee593504fa5b7e48bbce41f8a13 = { var option_59f061adcad7478a876047ed3bbde52e = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
"subtext": "\u5355\u4f4d\uff1a\u4e2a" "subtext": "\u5355\u4f4d\uff1a\u4e2a"
} }
}; };
chart_198b0ee593504fa5b7e48bbce41f8a13.setOption(option_198b0ee593504fa5b7e48bbce41f8a13); chart_59f061adcad7478a876047ed3bbde52e.setOption(option_59f061adcad7478a876047ed3bbde52e);
</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