Commit 2a525731 by BellCodeEditor

save project

parent b51e7785
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="90adba8a775d4140b5a4f50eca51e20c" class="chart-container" style="width:900px; height:500px;"></div> <div id="b05b3ce359534ffe95236336f81e37d4" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_90adba8a775d4140b5a4f50eca51e20c = echarts.init( var chart_b05b3ce359534ffe95236336f81e37d4 = echarts.init(
document.getElementById('90adba8a775d4140b5a4f50eca51e20c'), 'white', {renderer: 'canvas'}); document.getElementById('b05b3ce359534ffe95236336f81e37d4'), 'white', {renderer: 'canvas'});
var option_90adba8a775d4140b5a4f50eca51e20c = { var option_b05b3ce359534ffe95236336f81e37d4 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_90adba8a775d4140b5a4f50eca51e20c.setOption(option_90adba8a775d4140b5a4f50eca51e20c); chart_b05b3ce359534ffe95236336f81e37d4.setOption(option_b05b3ce359534ffe95236336f81e37d4);
</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