Commit 6d0b57b8 by BellCodeEditor

auto save

parent c323933c
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="4f2e002bf51449d9855d01b3ee8fcc27" class="chart-container" style="width:900px; height:500px;"></div>
<div id="5b2230de61c34898acff2faa64d5010b" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_4f2e002bf51449d9855d01b3ee8fcc27 = echarts.init(
document.getElementById('4f2e002bf51449d9855d01b3ee8fcc27'), 'white', {renderer: 'canvas'});
var option_4f2e002bf51449d9855d01b3ee8fcc27 = {
var chart_5b2230de61c34898acff2faa64d5010b = echarts.init(
document.getElementById('5b2230de61c34898acff2faa64d5010b'), 'white', {renderer: 'canvas'});
var option_5b2230de61c34898acff2faa64d5010b = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_4f2e002bf51449d9855d01b3ee8fcc27.setOption(option_4f2e002bf51449d9855d01b3ee8fcc27);
chart_5b2230de61c34898acff2faa64d5010b.setOption(option_5b2230de61c34898acff2faa64d5010b);
</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