Commit bd3bc193 by BellCodeEditor

save project

parent b5e7cf92
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="8295fb00b70a4becb1146453eccc290b" class="chart-container" style="width:900px; height:500px;"></div> <div id="0b02308abbb749c2a07eedd62f40df77" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_8295fb00b70a4becb1146453eccc290b = echarts.init( var chart_0b02308abbb749c2a07eedd62f40df77 = echarts.init(
document.getElementById('8295fb00b70a4becb1146453eccc290b'), 'white', {renderer: 'canvas'}); document.getElementById('0b02308abbb749c2a07eedd62f40df77'), 'white', {renderer: 'canvas'});
var option_8295fb00b70a4becb1146453eccc290b = { var option_0b02308abbb749c2a07eedd62f40df77 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
} }
] ]
}; };
chart_8295fb00b70a4becb1146453eccc290b.setOption(option_8295fb00b70a4becb1146453eccc290b); chart_0b02308abbb749c2a07eedd62f40df77.setOption(option_0b02308abbb749c2a07eedd62f40df77);
</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