Commit 781619ab by BellCodeEditor

save project

parent d9034048
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="56ca7f2c7edb4095af6bb8944ca668a3" class="chart-container" style="width:900px; height:500px;"></div> <div id="b24f2767431a46d880cfda122381a9b4" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_56ca7f2c7edb4095af6bb8944ca668a3 = echarts.init( var chart_b24f2767431a46d880cfda122381a9b4 = echarts.init(
document.getElementById('56ca7f2c7edb4095af6bb8944ca668a3'), 'white', {renderer: 'canvas'}); document.getElementById('b24f2767431a46d880cfda122381a9b4'), 'white', {renderer: 'canvas'});
var option_56ca7f2c7edb4095af6bb8944ca668a3 = { var option_b24f2767431a46d880cfda122381a9b4 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
"students": "\u5b66\u751f" "students": "\u5b66\u751f"
} }
}; };
chart_56ca7f2c7edb4095af6bb8944ca668a3.setOption(option_56ca7f2c7edb4095af6bb8944ca668a3); chart_b24f2767431a46d880cfda122381a9b4.setOption(option_b24f2767431a46d880cfda122381a9b4);
</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