Commit 6cdf9f73 by BellCodeEditor

save project

parent d3313c37
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="35eee57a1220481e8910617763f309bc" class="chart-container" style="width:900px; height:500px;"></div> <div id="1567e08c585d49e8a37e613959a58ac0" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_35eee57a1220481e8910617763f309bc = echarts.init( var chart_1567e08c585d49e8a37e613959a58ac0 = echarts.init(
document.getElementById('35eee57a1220481e8910617763f309bc'), 'white', {renderer: 'canvas'}); document.getElementById('1567e08c585d49e8a37e613959a58ac0'), 'white', {renderer: 'canvas'});
var option_35eee57a1220481e8910617763f309bc = { var option_1567e08c585d49e8a37e613959a58ac0 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u5355\u4f4d\uff1a\u6beb\u7c73" "subtext": "\u5355\u4f4d\uff1a\u6beb\u7c73"
} }
}; };
chart_35eee57a1220481e8910617763f309bc.setOption(option_35eee57a1220481e8910617763f309bc); chart_1567e08c585d49e8a37e613959a58ac0.setOption(option_1567e08c585d49e8a37e613959a58ac0);
</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