Commit fbce7ade by BellCodeEditor

save project

parent c4d11f6f
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="850ae7a0d70c43208dc4de6f8a2cf5a6" class="chart-container" style="width:900px; height:500px;"></div> <div id="5c5fe5e7c4f34b1788ae78870ce6a0b2" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_850ae7a0d70c43208dc4de6f8a2cf5a6 = echarts.init( var chart_5c5fe5e7c4f34b1788ae78870ce6a0b2 = echarts.init(
document.getElementById('850ae7a0d70c43208dc4de6f8a2cf5a6'), 'white', {renderer: 'canvas'}); document.getElementById('5c5fe5e7c4f34b1788ae78870ce6a0b2'), 'white', {renderer: 'canvas'});
var option_850ae7a0d70c43208dc4de6f8a2cf5a6 = { var option_5c5fe5e7c4f34b1788ae78870ce6a0b2 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_850ae7a0d70c43208dc4de6f8a2cf5a6.setOption(option_850ae7a0d70c43208dc4de6f8a2cf5a6); chart_5c5fe5e7c4f34b1788ae78870ce6a0b2.setOption(option_5c5fe5e7c4f34b1788ae78870ce6a0b2);
</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