Commit 04e5726e by BellCodeEditor

auto save

parent 64e6762c
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="b24c84226cd04b6d9663b349767c2a59" class="chart-container" style="width:900px; height:500px;"></div> <div id="c6b009c2f86c49f9ae67b5d39e5f02cc" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_b24c84226cd04b6d9663b349767c2a59 = echarts.init( var chart_c6b009c2f86c49f9ae67b5d39e5f02cc = echarts.init(
document.getElementById('b24c84226cd04b6d9663b349767c2a59'), 'white', {renderer: 'canvas'}); document.getElementById('c6b009c2f86c49f9ae67b5d39e5f02cc'), 'white', {renderer: 'canvas'});
var option_b24c84226cd04b6d9663b349767c2a59 = { var option_c6b009c2f86c49f9ae67b5d39e5f02cc = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
} }
] ]
}; };
chart_b24c84226cd04b6d9663b349767c2a59.setOption(option_b24c84226cd04b6d9663b349767c2a59); chart_c6b009c2f86c49f9ae67b5d39e5f02cc.setOption(option_c6b009c2f86c49f9ae67b5d39e5f02cc);
</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