Commit 97029f9f by BellCodeEditor

save project

parent f7e20f57
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="edb419c673584cdaa055079be879fcfc" class="chart-container" style="width:900px; height:500px;"></div> <div id="640ecbdecf8047dea542be132de343a3" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_edb419c673584cdaa055079be879fcfc = echarts.init( var chart_640ecbdecf8047dea542be132de343a3 = echarts.init(
document.getElementById('edb419c673584cdaa055079be879fcfc'), 'white', {renderer: 'canvas'}); document.getElementById('640ecbdecf8047dea542be132de343a3'), 'white', {renderer: 'canvas'});
var option_edb419c673584cdaa055079be879fcfc = { var option_640ecbdecf8047dea542be132de343a3 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_edb419c673584cdaa055079be879fcfc.setOption(option_edb419c673584cdaa055079be879fcfc); chart_640ecbdecf8047dea542be132de343a3.setOption(option_640ecbdecf8047dea542be132de343a3);
</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