Commit c058865c by BellCodeEditor

save project

parent 851a9652
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="7e631e416c9e437f91bdffd582199e3d" class="chart-container" style="width:900px; height:500px;"></div> <div id="bb06d58c951144bb82c7deed060a12cd" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_7e631e416c9e437f91bdffd582199e3d = echarts.init( var chart_bb06d58c951144bb82c7deed060a12cd = echarts.init(
document.getElementById('7e631e416c9e437f91bdffd582199e3d'), 'white', {renderer: 'canvas'}); document.getElementById('bb06d58c951144bb82c7deed060a12cd'), 'white', {renderer: 'canvas'});
var option_7e631e416c9e437f91bdffd582199e3d = { var option_bb06d58c951144bb82c7deed060a12cd = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
} }
] ]
}; };
chart_7e631e416c9e437f91bdffd582199e3d.setOption(option_7e631e416c9e437f91bdffd582199e3d); chart_bb06d58c951144bb82c7deed060a12cd.setOption(option_bb06d58c951144bb82c7deed060a12cd);
</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