Commit c37c77bd by BellCodeEditor

save project

parent d515ba26
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="fdef151677544f13811ceb08cb3d7d53" class="chart-container" style="width:900px; height:500px;"></div> <div id="53ca4c62d70c44b882d7e90680c49b6c" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_fdef151677544f13811ceb08cb3d7d53 = echarts.init( var chart_53ca4c62d70c44b882d7e90680c49b6c = echarts.init(
document.getElementById('fdef151677544f13811ceb08cb3d7d53'), 'white', {renderer: 'canvas'}); document.getElementById('53ca4c62d70c44b882d7e90680c49b6c'), 'white', {renderer: 'canvas'});
var option_fdef151677544f13811ceb08cb3d7d53 = { var option_53ca4c62d70c44b882d7e90680c49b6c = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_fdef151677544f13811ceb08cb3d7d53.setOption(option_fdef151677544f13811ceb08cb3d7d53); chart_53ca4c62d70c44b882d7e90680c49b6c.setOption(option_53ca4c62d70c44b882d7e90680c49b6c);
</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