Commit 61f74df9 by BellCodeEditor

save project

parent aa016fea
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="6eb5440d97b84ac3b89747314f70633a" class="chart-container" style="width:900px; height:500px;"></div> <div id="8ba0220e8ad44be2b15793778fa5b90a" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_6eb5440d97b84ac3b89747314f70633a = echarts.init( var chart_8ba0220e8ad44be2b15793778fa5b90a = echarts.init(
document.getElementById('6eb5440d97b84ac3b89747314f70633a'), 'white', {renderer: 'canvas'}); document.getElementById('8ba0220e8ad44be2b15793778fa5b90a'), 'white', {renderer: 'canvas'});
var option_6eb5440d97b84ac3b89747314f70633a = { var option_8ba0220e8ad44be2b15793778fa5b90a = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_6eb5440d97b84ac3b89747314f70633a.setOption(option_6eb5440d97b84ac3b89747314f70633a); chart_8ba0220e8ad44be2b15793778fa5b90a.setOption(option_8ba0220e8ad44be2b15793778fa5b90a);
</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