Commit 43ebbfcb by BellCodeEditor

save project

parent 55ca94eb
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="e834951ce9a34e5c93584940a0976d26" class="chart-container" style="width:900px; height:500px;"></div> <div id="2a51be0236f142f1825daba59cb5c199" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_e834951ce9a34e5c93584940a0976d26 = echarts.init( var chart_2a51be0236f142f1825daba59cb5c199 = echarts.init(
document.getElementById('e834951ce9a34e5c93584940a0976d26'), 'white', {renderer: 'canvas'}); document.getElementById('2a51be0236f142f1825daba59cb5c199'), 'white', {renderer: 'canvas'});
var option_e834951ce9a34e5c93584940a0976d26 = { var option_2a51be0236f142f1825daba59cb5c199 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -429,7 +429,7 @@ ...@@ -429,7 +429,7 @@
"subtext": "\u5355\u4f4d\uff1a\u4e2a" "subtext": "\u5355\u4f4d\uff1a\u4e2a"
} }
}; };
chart_e834951ce9a34e5c93584940a0976d26.setOption(option_e834951ce9a34e5c93584940a0976d26); chart_2a51be0236f142f1825daba59cb5c199.setOption(option_2a51be0236f142f1825daba59cb5c199);
</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