Commit 59ffbb04 by BellCodeEditor

save project

parent 3cab602b
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="b2b854ec6d9f4509a589802b54e805a1" class="chart-container" style="width:900px; height:500px;"></div> <div id="405530e99d1444f7b58f5a90b24520d1" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_b2b854ec6d9f4509a589802b54e805a1 = echarts.init( var chart_405530e99d1444f7b58f5a90b24520d1 = echarts.init(
document.getElementById('b2b854ec6d9f4509a589802b54e805a1'), 'white', {renderer: 'canvas'}); document.getElementById('405530e99d1444f7b58f5a90b24520d1'), 'white', {renderer: 'canvas'});
var option_b2b854ec6d9f4509a589802b54e805a1 = { var option_405530e99d1444f7b58f5a90b24520d1 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
} }
] ]
}; };
chart_b2b854ec6d9f4509a589802b54e805a1.setOption(option_b2b854ec6d9f4509a589802b54e805a1); chart_405530e99d1444f7b58f5a90b24520d1.setOption(option_405530e99d1444f7b58f5a90b24520d1);
</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