Commit a4bea0a7 by BellCodeEditor

save project

parent 313210d6
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="220ba50e6cae46d8aab01b9aa5029d1e" class="chart-container" style="width:900px; height:500px;"></div> <div id="28e61fabe8294e12a52cb1b8e51c3e81" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_220ba50e6cae46d8aab01b9aa5029d1e = echarts.init( var chart_28e61fabe8294e12a52cb1b8e51c3e81 = echarts.init(
document.getElementById('220ba50e6cae46d8aab01b9aa5029d1e'), 'white', {renderer: 'canvas'}); document.getElementById('28e61fabe8294e12a52cb1b8e51c3e81'), 'white', {renderer: 'canvas'});
var option_220ba50e6cae46d8aab01b9aa5029d1e = { var option_28e61fabe8294e12a52cb1b8e51c3e81 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_220ba50e6cae46d8aab01b9aa5029d1e.setOption(option_220ba50e6cae46d8aab01b9aa5029d1e); chart_28e61fabe8294e12a52cb1b8e51c3e81.setOption(option_28e61fabe8294e12a52cb1b8e51c3e81);
</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