Commit 92ea613c by BellCodeEditor

save project

parent 1f861037
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="591b4a1971ab4ad8b1a30311e7d183a8" class="chart-container" style="width:900px; height:500px;"></div> <div id="8d1f6ebf67f846a2ae13a5aa8e0265da" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_591b4a1971ab4ad8b1a30311e7d183a8 = echarts.init( var chart_8d1f6ebf67f846a2ae13a5aa8e0265da = echarts.init(
document.getElementById('591b4a1971ab4ad8b1a30311e7d183a8'), 'white', {renderer: 'canvas'}); document.getElementById('8d1f6ebf67f846a2ae13a5aa8e0265da'), 'white', {renderer: 'canvas'});
var option_591b4a1971ab4ad8b1a30311e7d183a8 = { var option_8d1f6ebf67f846a2ae13a5aa8e0265da = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_591b4a1971ab4ad8b1a30311e7d183a8.setOption(option_591b4a1971ab4ad8b1a30311e7d183a8); chart_8d1f6ebf67f846a2ae13a5aa8e0265da.setOption(option_8d1f6ebf67f846a2ae13a5aa8e0265da);
</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