Commit d55c33c9 by BellCodeEditor

save project

parent e3f6d3a3
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="5f77a2fde54b43d2b5b9e826a4faed93" class="chart-container" style="width:900px; height:500px;"></div> <div id="009e5e12fc4944b798cc8125763a6b1c" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_5f77a2fde54b43d2b5b9e826a4faed93 = echarts.init( var chart_009e5e12fc4944b798cc8125763a6b1c = echarts.init(
document.getElementById('5f77a2fde54b43d2b5b9e826a4faed93'), 'white', {renderer: 'canvas'}); document.getElementById('009e5e12fc4944b798cc8125763a6b1c'), 'white', {renderer: 'canvas'});
var option_5f77a2fde54b43d2b5b9e826a4faed93 = { var option_009e5e12fc4944b798cc8125763a6b1c = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtest": "\u9ad8254\u73ed\u6570\u5b66" "subtest": "\u9ad8254\u73ed\u6570\u5b66"
} }
}; };
chart_5f77a2fde54b43d2b5b9e826a4faed93.setOption(option_5f77a2fde54b43d2b5b9e826a4faed93); chart_009e5e12fc4944b798cc8125763a6b1c.setOption(option_009e5e12fc4944b798cc8125763a6b1c);
</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