Commit 6b367dbd by BellCodeEditor

save project

parent fd2a954a
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="f7c7791a8d1845688a994eae111d492e" class="chart-container" style="width:900px; height:500px;"></div> <div id="5ac2361e700a446684211271852c18c5" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_f7c7791a8d1845688a994eae111d492e = echarts.init( var chart_5ac2361e700a446684211271852c18c5 = echarts.init(
document.getElementById('f7c7791a8d1845688a994eae111d492e'), 'white', {renderer: 'canvas'}); document.getElementById('5ac2361e700a446684211271852c18c5'), 'white', {renderer: 'canvas'});
var option_f7c7791a8d1845688a994eae111d492e = { var option_5ac2361e700a446684211271852c18c5 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_f7c7791a8d1845688a994eae111d492e.setOption(option_f7c7791a8d1845688a994eae111d492e); chart_5ac2361e700a446684211271852c18c5.setOption(option_5ac2361e700a446684211271852c18c5);
</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