Commit 4e13a7ca by BellCodeEditor

save project

parent 7a49a8ca
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="356e4c9e6e6641c49da3d83699833931" class="chart-container" style="width:900px; height:500px;"></div> <div id="d50aafcf3e394e8784e5895bcf48b6ee" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_356e4c9e6e6641c49da3d83699833931 = echarts.init( var chart_d50aafcf3e394e8784e5895bcf48b6ee = echarts.init(
document.getElementById('356e4c9e6e6641c49da3d83699833931'), 'white', {renderer: 'canvas'}); document.getElementById('d50aafcf3e394e8784e5895bcf48b6ee'), 'white', {renderer: 'canvas'});
var option_356e4c9e6e6641c49da3d83699833931 = { var option_d50aafcf3e394e8784e5895bcf48b6ee = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
} }
] ]
}; };
chart_356e4c9e6e6641c49da3d83699833931.setOption(option_356e4c9e6e6641c49da3d83699833931); chart_d50aafcf3e394e8784e5895bcf48b6ee.setOption(option_d50aafcf3e394e8784e5895bcf48b6ee);
</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