Commit f6c863bb by BellCodeEditor

auto save

parent 8565fd1a
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="c231e1e4d16e4860acebf3c578390378" class="chart-container" style="width:900px; height:500px;"></div>
<div id="ec57a75abf9a4f2d87ecaa10d1099037" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_c231e1e4d16e4860acebf3c578390378 = echarts.init(
document.getElementById('c231e1e4d16e4860acebf3c578390378'), 'white', {renderer: 'canvas'});
var option_c231e1e4d16e4860acebf3c578390378 = {
var chart_ec57a75abf9a4f2d87ecaa10d1099037 = echarts.init(
document.getElementById('ec57a75abf9a4f2d87ecaa10d1099037'), 'white', {renderer: 'canvas'});
var option_ec57a75abf9a4f2d87ecaa10d1099037 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_c231e1e4d16e4860acebf3c578390378.setOption(option_c231e1e4d16e4860acebf3c578390378);
chart_ec57a75abf9a4f2d87ecaa10d1099037.setOption(option_ec57a75abf9a4f2d87ecaa10d1099037);
</script>
</body>
</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