Commit 92144b0a by BellCodeEditor

save project

parent 79e06855
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="26a5c6a507944057a85fe9f57af2df3d" class="chart-container" style="width:900px; height:500px;"></div> <div id="3851f0550b844376b82d491bd8b119b3" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_26a5c6a507944057a85fe9f57af2df3d = echarts.init( var chart_3851f0550b844376b82d491bd8b119b3 = echarts.init(
document.getElementById('26a5c6a507944057a85fe9f57af2df3d'), 'white', {renderer: 'canvas'}); document.getElementById('3851f0550b844376b82d491bd8b119b3'), 'white', {renderer: 'canvas'});
var option_26a5c6a507944057a85fe9f57af2df3d = { var option_3851f0550b844376b82d491bd8b119b3 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
} }
] ]
}; };
chart_26a5c6a507944057a85fe9f57af2df3d.setOption(option_26a5c6a507944057a85fe9f57af2df3d); chart_3851f0550b844376b82d491bd8b119b3.setOption(option_3851f0550b844376b82d491bd8b119b3);
</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