Commit a5960e2e by BellCodeEditor

save project

parent f5cfc1c9
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="4aae6bbb0e1c437785985ebe46880947" class="chart-container" style="width:900px; height:500px;"></div> <div id="288306680aec4bc5b54689bdf87cd79e" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_4aae6bbb0e1c437785985ebe46880947 = echarts.init( var chart_288306680aec4bc5b54689bdf87cd79e = echarts.init(
document.getElementById('4aae6bbb0e1c437785985ebe46880947'), 'white', {renderer: 'canvas'}); document.getElementById('288306680aec4bc5b54689bdf87cd79e'), 'white', {renderer: 'canvas'});
var option_4aae6bbb0e1c437785985ebe46880947 = { var option_288306680aec4bc5b54689bdf87cd79e = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_4aae6bbb0e1c437785985ebe46880947.setOption(option_4aae6bbb0e1c437785985ebe46880947); chart_288306680aec4bc5b54689bdf87cd79e.setOption(option_288306680aec4bc5b54689bdf87cd79e);
</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