Commit b3941ada by BellCodeEditor

save project

parent 1a075196
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="b05a6dbd268640369d3308de4f089274" class="chart-container" style="width:900px; height:500px;"></div> <div id="8c8d15c3b5d5423980ba987041bbd4ff" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_b05a6dbd268640369d3308de4f089274 = echarts.init( var chart_8c8d15c3b5d5423980ba987041bbd4ff = echarts.init(
document.getElementById('b05a6dbd268640369d3308de4f089274'), 'white', {renderer: 'canvas'}); document.getElementById('8c8d15c3b5d5423980ba987041bbd4ff'), 'white', {renderer: 'canvas'});
var option_b05a6dbd268640369d3308de4f089274 = { var option_8c8d15c3b5d5423980ba987041bbd4ff = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_b05a6dbd268640369d3308de4f089274.setOption(option_b05a6dbd268640369d3308de4f089274); chart_8c8d15c3b5d5423980ba987041bbd4ff.setOption(option_8c8d15c3b5d5423980ba987041bbd4ff);
</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