Commit 3105c0a3 by BellCodeEditor

auto save

parent 9be9ed5f
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="133278d68d864ca096ea5f9f1332b780" class="chart-container" style="width:900px; height:500px;"></div>
<div id="a7338a316f764126afaf4a29d78e362c" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_133278d68d864ca096ea5f9f1332b780 = echarts.init(
document.getElementById('133278d68d864ca096ea5f9f1332b780'), 'white', {renderer: 'canvas'});
var option_133278d68d864ca096ea5f9f1332b780 = {
var chart_a7338a316f764126afaf4a29d78e362c = echarts.init(
document.getElementById('a7338a316f764126afaf4a29d78e362c'), 'white', {renderer: 'canvas'});
var option_a7338a316f764126afaf4a29d78e362c = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_133278d68d864ca096ea5f9f1332b780.setOption(option_133278d68d864ca096ea5f9f1332b780);
chart_a7338a316f764126afaf4a29d78e362c.setOption(option_a7338a316f764126afaf4a29d78e362c);
</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