Commit 04061a28 by BellCodeEditor

save project

parent 471295bc
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="47e7d467646946acbf0b60068be1b496" class="chart-container" style="width:900px; height:500px;"></div> <div id="8b5c235b65244d439ea7a68c93faa7c0" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_47e7d467646946acbf0b60068be1b496 = echarts.init( var chart_8b5c235b65244d439ea7a68c93faa7c0 = echarts.init(
document.getElementById('47e7d467646946acbf0b60068be1b496'), 'white', {renderer: 'canvas'}); document.getElementById('8b5c235b65244d439ea7a68c93faa7c0'), 'white', {renderer: 'canvas'});
var option_47e7d467646946acbf0b60068be1b496 = { var option_8b5c235b65244d439ea7a68c93faa7c0 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_47e7d467646946acbf0b60068be1b496.setOption(option_47e7d467646946acbf0b60068be1b496); chart_8b5c235b65244d439ea7a68c93faa7c0.setOption(option_8b5c235b65244d439ea7a68c93faa7c0);
</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