Commit a29553ea by BellCodeEditor

auto save

parent 1d94f429
Showing with 5 additions and 5 deletions
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
</head> </head>
<body> <body>
<div id="a72e4b6ea288402a9b81a3aae7bf3045" class="chart-container" style="width:900px; height:500px;"></div> <div id="5ac6f409d0ca4c419c0e402ddaa1d2f3" class="chart-container" style="width:900px; height:500px;"></div>
<script> <script>
var chart_a72e4b6ea288402a9b81a3aae7bf3045 = echarts.init( var chart_5ac6f409d0ca4c419c0e402ddaa1d2f3 = echarts.init(
document.getElementById('a72e4b6ea288402a9b81a3aae7bf3045'), 'white', {renderer: 'canvas'}); document.getElementById('5ac6f409d0ca4c419c0e402ddaa1d2f3'), 'white', {renderer: 'canvas'});
var option_a72e4b6ea288402a9b81a3aae7bf3045 = { var option_5ac6f409d0ca4c419c0e402ddaa1d2f3 = {
"animation": true, "animation": true,
"animationThreshold": 2000, "animationThreshold": 2000,
"animationDuration": 1000, "animationDuration": 1000,
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
} }
] ]
}; };
chart_a72e4b6ea288402a9b81a3aae7bf3045.setOption(option_a72e4b6ea288402a9b81a3aae7bf3045); chart_5ac6f409d0ca4c419c0e402ddaa1d2f3.setOption(option_5ac6f409d0ca4c419c0e402ddaa1d2f3);
</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