Commit 8f6ae7c0 by BellCodeEditor

save project

parent 5ecbbbd1
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body > <body >
<div id="eb165fa272ea4292b2aaba766f74eb89" class="chart-container" style="width:900px; height:500px; "></div> <div id="9436d6c7cdb54825adeea2383b04e43d" class="chart-container" style="width:900px; height:500px; "></div>
<script> <script>
var chart_eb165fa272ea4292b2aaba766f74eb89 = echarts.init( var chart_9436d6c7cdb54825adeea2383b04e43d = echarts.init(
document.getElementById('eb165fa272ea4292b2aaba766f74eb89'), 'white', {renderer: 'canvas'}); document.getElementById('9436d6c7cdb54825adeea2383b04e43d'), 'white', {renderer: 'canvas'});
var option_eb165fa272ea4292b2aaba766f74eb89 = { var option_9436d6c7cdb54825adeea2383b04e43d = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
"subtext": "\u5355\u4f4d:\u6b21\u6570" "subtext": "\u5355\u4f4d:\u6b21\u6570"
} }
}; };
chart_eb165fa272ea4292b2aaba766f74eb89.setOption(option_eb165fa272ea4292b2aaba766f74eb89); chart_9436d6c7cdb54825adeea2383b04e43d.setOption(option_9436d6c7cdb54825adeea2383b04e43d);
</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