Commit 219d9600 by BellCodeEditor

save project

parent 4c639f9b
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="16e99ada5bf6470ba6163694372a3753" class="chart-container" style="width:900px; height:500px;"></div> <div id="7d0aeba8732349a68fb96f7277e9f40f" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_16e99ada5bf6470ba6163694372a3753 = echarts.init( var chart_7d0aeba8732349a68fb96f7277e9f40f = echarts.init(
document.getElementById('16e99ada5bf6470ba6163694372a3753'), 'white', {renderer: 'canvas'}); document.getElementById('7d0aeba8732349a68fb96f7277e9f40f'), 'white', {renderer: 'canvas'});
var option_16e99ada5bf6470ba6163694372a3753 = { var option_7d0aeba8732349a68fb96f7277e9f40f = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_16e99ada5bf6470ba6163694372a3753.setOption(option_16e99ada5bf6470ba6163694372a3753); chart_7d0aeba8732349a68fb96f7277e9f40f.setOption(option_7d0aeba8732349a68fb96f7277e9f40f);
</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