Commit 31781290 by BellCodeEditor

auto save

parent 6272e132
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="d5c8b6cb94c2478e9e365e97f08415a7" class="chart-container" style="width:900px; height:500px;"></div>
<div id="5a8f34b7e511437e83f29c9bdc1c1147" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_d5c8b6cb94c2478e9e365e97f08415a7 = echarts.init(
document.getElementById('d5c8b6cb94c2478e9e365e97f08415a7'), 'white', {renderer: 'canvas'});
var option_d5c8b6cb94c2478e9e365e97f08415a7 = {
var chart_5a8f34b7e511437e83f29c9bdc1c1147 = echarts.init(
document.getElementById('5a8f34b7e511437e83f29c9bdc1c1147'), 'white', {renderer: 'canvas'});
var option_5a8f34b7e511437e83f29c9bdc1c1147 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_d5c8b6cb94c2478e9e365e97f08415a7.setOption(option_d5c8b6cb94c2478e9e365e97f08415a7);
chart_5a8f34b7e511437e83f29c9bdc1c1147.setOption(option_5a8f34b7e511437e83f29c9bdc1c1147);
</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