Commit 3e0b3ee9 by BellCodeEditor

auto save

parent d563529b
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="7200c0621b9b4709874d81e2f8ea8e27" class="chart-container" style="width:900px; height:500px;"></div>
<div id="e4062acfc9d04c499610c97575b6b16c" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_7200c0621b9b4709874d81e2f8ea8e27 = echarts.init(
document.getElementById('7200c0621b9b4709874d81e2f8ea8e27'), 'white', {renderer: 'canvas'});
var option_7200c0621b9b4709874d81e2f8ea8e27 = {
var chart_e4062acfc9d04c499610c97575b6b16c = echarts.init(
document.getElementById('e4062acfc9d04c499610c97575b6b16c'), 'white', {renderer: 'canvas'});
var option_e4062acfc9d04c499610c97575b6b16c = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_7200c0621b9b4709874d81e2f8ea8e27.setOption(option_7200c0621b9b4709874d81e2f8ea8e27);
chart_e4062acfc9d04c499610c97575b6b16c.setOption(option_e4062acfc9d04c499610c97575b6b16c);
</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