Commit 324c7729 by BellCodeEditor

save project

parent d7cca9d6
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="90ad635069254c95a0550390042e6884" class="chart-container" style="width:900px; height:500px;"></div> <div id="19f8197b08e14c64921c17f1c08dbefd" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_90ad635069254c95a0550390042e6884 = echarts.init( var chart_19f8197b08e14c64921c17f1c08dbefd = echarts.init(
document.getElementById('90ad635069254c95a0550390042e6884'), 'white', {renderer: 'canvas'}); document.getElementById('19f8197b08e14c64921c17f1c08dbefd'), 'white', {renderer: 'canvas'});
var option_90ad635069254c95a0550390042e6884 = { var option_19f8197b08e14c64921c17f1c08dbefd = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_90ad635069254c95a0550390042e6884.setOption(option_90ad635069254c95a0550390042e6884); chart_19f8197b08e14c64921c17f1c08dbefd.setOption(option_19f8197b08e14c64921c17f1c08dbefd);
</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