Commit ec068546 by BellCodeEditor

save project

parent 1c8b8609
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="fba74d5c8d7c4492a83ba7090ead2b19" class="chart-container" style="width:900px; height:500px;"></div> <div id="c7160430435640ccba3c38cf9f91a44e" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_fba74d5c8d7c4492a83ba7090ead2b19 = echarts.init( var chart_c7160430435640ccba3c38cf9f91a44e = echarts.init(
document.getElementById('fba74d5c8d7c4492a83ba7090ead2b19'), 'white', {renderer: 'canvas'}); document.getElementById('c7160430435640ccba3c38cf9f91a44e'), 'white', {renderer: 'canvas'});
var option_fba74d5c8d7c4492a83ba7090ead2b19 = { var option_c7160430435640ccba3c38cf9f91a44e = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_fba74d5c8d7c4492a83ba7090ead2b19.setOption(option_fba74d5c8d7c4492a83ba7090ead2b19); chart_c7160430435640ccba3c38cf9f91a44e.setOption(option_c7160430435640ccba3c38cf9f91a44e);
</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