Commit eba8453d by BellCodeEditor

save project

parent dbdd0793
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="bba3b620f87443ef813772e50d88a3ee" class="chart-container" style="width:900px; height:500px;"></div> <div id="76546bd3bb544198b809dbef88f817d7" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_bba3b620f87443ef813772e50d88a3ee = echarts.init( var chart_76546bd3bb544198b809dbef88f817d7 = echarts.init(
document.getElementById('bba3b620f87443ef813772e50d88a3ee'), 'white', {renderer: 'canvas'}); document.getElementById('76546bd3bb544198b809dbef88f817d7'), 'white', {renderer: 'canvas'});
var option_bba3b620f87443ef813772e50d88a3ee = { var option_76546bd3bb544198b809dbef88f817d7 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_bba3b620f87443ef813772e50d88a3ee.setOption(option_bba3b620f87443ef813772e50d88a3ee); chart_76546bd3bb544198b809dbef88f817d7.setOption(option_76546bd3bb544198b809dbef88f817d7);
</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