Commit 83053153 by BellCodeEditor

auto save

parent 08a40bb6
Showing with 6 additions and 6 deletions
<!DOCTYPE html>
<!DOCTYPE html>
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="e687029d87a944beb31a941307132a9a" class="chart-container" style="width:900px; height:500px;"></div>
<div id="40e83a29b8c4419e95c5fc82c73c6e2c" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_e687029d87a944beb31a941307132a9a = echarts.init(
document.getElementById('e687029d87a944beb31a941307132a9a'), 'white', {renderer: 'canvas'});
var option_e687029d87a944beb31a941307132a9a = {
var chart_40e83a29b8c4419e95c5fc82c73c6e2c = echarts.init(
document.getElementById('40e83a29b8c4419e95c5fc82c73c6e2c'), 'white', {renderer: 'canvas'});
var option_40e83a29b8c4419e95c5fc82c73c6e2c = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -357,7 +357,7 @@
"subtext": "xxxx"
}
};
chart_e687029d87a944beb31a941307132a9a.setOption(option_e687029d87a944beb31a941307132a9a);
chart_40e83a29b8c4419e95c5fc82c73c6e2c.setOption(option_40e83a29b8c4419e95c5fc82c73c6e2c);
</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