Commit 359d5423 by BellCodeEditor

save project

parent 1c438ad3
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="c3c3e68429064730bfffef197dbb45f9" class="chart-container" style="width:900px; height:500px;"></div> <div id="27cba15480224d51b4794ef400e4d831" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_c3c3e68429064730bfffef197dbb45f9 = echarts.init( var chart_27cba15480224d51b4794ef400e4d831 = echarts.init(
document.getElementById('c3c3e68429064730bfffef197dbb45f9'), 'white', {renderer: 'canvas'}); document.getElementById('27cba15480224d51b4794ef400e4d831'), 'white', {renderer: 'canvas'});
var option_c3c3e68429064730bfffef197dbb45f9 = { var option_27cba15480224d51b4794ef400e4d831 = {
"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_c3c3e68429064730bfffef197dbb45f9.setOption(option_c3c3e68429064730bfffef197dbb45f9); chart_27cba15480224d51b4794ef400e4d831.setOption(option_27cba15480224d51b4794ef400e4d831);
</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