Commit e3a2cbd9 by BellCodeEditor

auto save

parent 9976656c
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="28a27137612b476f8d82a7967e14be9c" class="chart-container" style="width:900px; height:500px;"></div>
<div id="2acc697b393d41cfaaf512754eee747d" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_28a27137612b476f8d82a7967e14be9c = echarts.init(
document.getElementById('28a27137612b476f8d82a7967e14be9c'), 'white', {renderer: 'canvas'});
var option_28a27137612b476f8d82a7967e14be9c = {
var chart_2acc697b393d41cfaaf512754eee747d = echarts.init(
document.getElementById('2acc697b393d41cfaaf512754eee747d'), 'white', {renderer: 'canvas'});
var option_2acc697b393d41cfaaf512754eee747d = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_28a27137612b476f8d82a7967e14be9c.setOption(option_28a27137612b476f8d82a7967e14be9c);
chart_2acc697b393d41cfaaf512754eee747d.setOption(option_2acc697b393d41cfaaf512754eee747d);
</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