Commit 79c8e13e by BellCodeEditor

save project

parent 4b000650
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="cc6eed443642443587a5fa1192c43ee9" class="chart-container" style="width:900px; height:500px;"></div> <div id="b479f5e48b2c4318896b8a27194508f8" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_cc6eed443642443587a5fa1192c43ee9 = echarts.init( var chart_b479f5e48b2c4318896b8a27194508f8 = echarts.init(
document.getElementById('cc6eed443642443587a5fa1192c43ee9'), 'white', {renderer: 'canvas'}); document.getElementById('b479f5e48b2c4318896b8a27194508f8'), 'white', {renderer: 'canvas'});
var option_cc6eed443642443587a5fa1192c43ee9 = { var option_b479f5e48b2c4318896b8a27194508f8 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
} }
] ]
}; };
chart_cc6eed443642443587a5fa1192c43ee9.setOption(option_cc6eed443642443587a5fa1192c43ee9); chart_b479f5e48b2c4318896b8a27194508f8.setOption(option_b479f5e48b2c4318896b8a27194508f8);
</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