Commit 0b3e2512 by BellCodeEditor

save project

parent 381824f7
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="6675a67ec22c4830bdd19edcb210ba77" class="chart-container" style="width:900px; height:500px;"></div> <div id="256cfec1f689469d9621df82ec8b43e4" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_6675a67ec22c4830bdd19edcb210ba77 = echarts.init( var chart_256cfec1f689469d9621df82ec8b43e4 = echarts.init(
document.getElementById('6675a67ec22c4830bdd19edcb210ba77'), 'white', {renderer: 'canvas'}); document.getElementById('256cfec1f689469d9621df82ec8b43e4'), 'white', {renderer: 'canvas'});
var option_6675a67ec22c4830bdd19edcb210ba77 = { var option_256cfec1f689469d9621df82ec8b43e4 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"subtext": "\u6beb\u7c73" "subtext": "\u6beb\u7c73"
} }
}; };
chart_6675a67ec22c4830bdd19edcb210ba77.setOption(option_6675a67ec22c4830bdd19edcb210ba77); chart_256cfec1f689469d9621df82ec8b43e4.setOption(option_256cfec1f689469d9621df82ec8b43e4);
</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