Commit 3b382791 by BellCodeEditor

save project

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