Commit 743809ce by BellCodeEditor

save project

parent a7145d55
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="c9abf558414041e78b0f0825e9ebaf03" class="chart-container" style="width:900px; height:500px;"></div> <div id="939040757cf644d6b5505944b881e1e1" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_c9abf558414041e78b0f0825e9ebaf03 = echarts.init( var chart_939040757cf644d6b5505944b881e1e1 = echarts.init(
document.getElementById('c9abf558414041e78b0f0825e9ebaf03'), 'white', {renderer: 'canvas'}); document.getElementById('939040757cf644d6b5505944b881e1e1'), 'white', {renderer: 'canvas'});
var option_c9abf558414041e78b0f0825e9ebaf03 = { var option_939040757cf644d6b5505944b881e1e1 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u5206\u6570" "subtext": "\u5206\u6570"
} }
}; };
chart_c9abf558414041e78b0f0825e9ebaf03.setOption(option_c9abf558414041e78b0f0825e9ebaf03); chart_939040757cf644d6b5505944b881e1e1.setOption(option_939040757cf644d6b5505944b881e1e1);
</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