Commit fb660b20 by BellCodeEditor

save project

parent 359d5423
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="27cba15480224d51b4794ef400e4d831" class="chart-container" style="width:900px; height:500px;"></div> <div id="77bcbbb1888c419d8c7c9a7c4d52622f" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_27cba15480224d51b4794ef400e4d831 = echarts.init( var chart_77bcbbb1888c419d8c7c9a7c4d52622f = echarts.init(
document.getElementById('27cba15480224d51b4794ef400e4d831'), 'white', {renderer: 'canvas'}); document.getElementById('77bcbbb1888c419d8c7c9a7c4d52622f'), 'white', {renderer: 'canvas'});
var option_27cba15480224d51b4794ef400e4d831 = { var option_77bcbbb1888c419d8c7c9a7c4d52622f = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u5355\u4f4d:\u5206\u6570" "subtext": "\u5355\u4f4d:\u5206\u6570"
} }
}; };
chart_27cba15480224d51b4794ef400e4d831.setOption(option_27cba15480224d51b4794ef400e4d831); chart_77bcbbb1888c419d8c7c9a7c4d52622f.setOption(option_77bcbbb1888c419d8c7c9a7c4d52622f);
</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