Commit e0e4f0e3 by BellCodeEditor

save project

parent 726f1262
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="58d5e094607b4f99a9b991f80a0e3b2c" class="chart-container" style="width:900px; height:500px;"></div> <div id="3a70a0d4ad3d46adbcad6cc31b7c5a00" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_58d5e094607b4f99a9b991f80a0e3b2c = echarts.init( var chart_3a70a0d4ad3d46adbcad6cc31b7c5a00 = echarts.init(
document.getElementById('58d5e094607b4f99a9b991f80a0e3b2c'), 'white', {renderer: 'canvas'}); document.getElementById('3a70a0d4ad3d46adbcad6cc31b7c5a00'), 'white', {renderer: 'canvas'});
var option_58d5e094607b4f99a9b991f80a0e3b2c = { var option_3a70a0d4ad3d46adbcad6cc31b7c5a00 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_58d5e094607b4f99a9b991f80a0e3b2c.setOption(option_58d5e094607b4f99a9b991f80a0e3b2c); chart_3a70a0d4ad3d46adbcad6cc31b7c5a00.setOption(option_3a70a0d4ad3d46adbcad6cc31b7c5a00);
</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