Commit ad07dd0c by BellCodeEditor

save project

parent fc245e3c
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="5ee57eb95ee5432fbad6e2a99dcd1268" class="chart-container" style="width:900px; height:500px;"></div> <div id="94b73205a32c4c9ab93b56f4d880d6b5" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_5ee57eb95ee5432fbad6e2a99dcd1268 = echarts.init( var chart_94b73205a32c4c9ab93b56f4d880d6b5 = echarts.init(
document.getElementById('5ee57eb95ee5432fbad6e2a99dcd1268'), 'white', {renderer: 'canvas'}); document.getElementById('94b73205a32c4c9ab93b56f4d880d6b5'), 'white', {renderer: 'canvas'});
var option_5ee57eb95ee5432fbad6e2a99dcd1268 = { var option_94b73205a32c4c9ab93b56f4d880d6b5 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_5ee57eb95ee5432fbad6e2a99dcd1268.setOption(option_5ee57eb95ee5432fbad6e2a99dcd1268); chart_94b73205a32c4c9ab93b56f4d880d6b5.setOption(option_94b73205a32c4c9ab93b56f4d880d6b5);
</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