Commit f49f299f by BellCodeEditor

auto save

parent fee29ab7
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="3d1fa3818f8f477cbffdf4bcab54279b" class="chart-container" style="width:900px; height:500px;"></div>
<div id="3f630b083a774b58be69bc116daf5ead" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_3d1fa3818f8f477cbffdf4bcab54279b = echarts.init(
document.getElementById('3d1fa3818f8f477cbffdf4bcab54279b'), 'white', {renderer: 'canvas'});
var option_3d1fa3818f8f477cbffdf4bcab54279b = {
var chart_3f630b083a774b58be69bc116daf5ead = echarts.init(
document.getElementById('3f630b083a774b58be69bc116daf5ead'), 'white', {renderer: 'canvas'});
var option_3f630b083a774b58be69bc116daf5ead = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -357,7 +357,7 @@
"subtext": "\u6b21\u6570\uff1a\u6beb\u7c73"
}
};
chart_3d1fa3818f8f477cbffdf4bcab54279b.setOption(option_3d1fa3818f8f477cbffdf4bcab54279b);
chart_3f630b083a774b58be69bc116daf5ead.setOption(option_3f630b083a774b58be69bc116daf5ead);
</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