Commit 0dd452d5 by BellCodeEditor

save project

parent 838935b0
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="2bc07ac869af4675ae51af9ad5166740" class="chart-container" style="width:900px; height:500px;"></div> <div id="921044ea2adf4b8f819945c7c5f86d3d" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_2bc07ac869af4675ae51af9ad5166740 = echarts.init( var chart_921044ea2adf4b8f819945c7c5f86d3d = echarts.init(
document.getElementById('2bc07ac869af4675ae51af9ad5166740'), 'white', {renderer: 'canvas'}); document.getElementById('921044ea2adf4b8f819945c7c5f86d3d'), 'white', {renderer: 'canvas'});
var option_2bc07ac869af4675ae51af9ad5166740 = { var option_921044ea2adf4b8f819945c7c5f86d3d = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u9ad89178\u73ed\u6570\u5b66" "subtext": "\u9ad89178\u73ed\u6570\u5b66"
} }
}; };
chart_2bc07ac869af4675ae51af9ad5166740.setOption(option_2bc07ac869af4675ae51af9ad5166740); chart_921044ea2adf4b8f819945c7c5f86d3d.setOption(option_921044ea2adf4b8f819945c7c5f86d3d);
</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