Commit 4c639f9b by BellCodeEditor

save project

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