Commit 4a2551f6 by BellCodeEditor

auto save

parent cb5758ce
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="f65f80620cca4d25b6ff975c3293a1ed" class="chart-container" style="width:900px; height:500px;"></div>
<div id="3a0b57ec228442a9a07979557fcc09b4" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_f65f80620cca4d25b6ff975c3293a1ed = echarts.init(
document.getElementById('f65f80620cca4d25b6ff975c3293a1ed'), 'white', {renderer: 'canvas'});
var option_f65f80620cca4d25b6ff975c3293a1ed = {
var chart_3a0b57ec228442a9a07979557fcc09b4 = echarts.init(
document.getElementById('3a0b57ec228442a9a07979557fcc09b4'), 'white', {renderer: 'canvas'});
var option_3a0b57ec228442a9a07979557fcc09b4 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -186,7 +186,7 @@
}
]
};
chart_f65f80620cca4d25b6ff975c3293a1ed.setOption(option_f65f80620cca4d25b6ff975c3293a1ed);
chart_3a0b57ec228442a9a07979557fcc09b4.setOption(option_3a0b57ec228442a9a07979557fcc09b4);
</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