Commit 605fb526 by BellCodeEditor

save project

parent 24e8d5bb
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="1269e45d16944a18bee9d207da7b9a25" class="chart-container" style="width:900px; height:500px;"></div> <div id="51e16d43b5fc4929b788c18aa9eba736" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_1269e45d16944a18bee9d207da7b9a25 = echarts.init( var chart_51e16d43b5fc4929b788c18aa9eba736 = echarts.init(
document.getElementById('1269e45d16944a18bee9d207da7b9a25'), 'white', {renderer: 'canvas'}); document.getElementById('51e16d43b5fc4929b788c18aa9eba736'), 'white', {renderer: 'canvas'});
var option_1269e45d16944a18bee9d207da7b9a25 = { var option_51e16d43b5fc4929b788c18aa9eba736 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_1269e45d16944a18bee9d207da7b9a25.setOption(option_1269e45d16944a18bee9d207da7b9a25); chart_51e16d43b5fc4929b788c18aa9eba736.setOption(option_51e16d43b5fc4929b788c18aa9eba736);
</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