Commit c509584f by BellCodeEditor

save project

parent d7040af8
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="9d1eb735b28c45219b153b30c3fe3558" class="chart-container" style="width:900px; height:500px;"></div>
<div id="aa9b3d49383441d0aedae2716d0b69e2" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_9d1eb735b28c45219b153b30c3fe3558 = echarts.init(
document.getElementById('9d1eb735b28c45219b153b30c3fe3558'), 'white', {renderer: 'canvas'});
var option_9d1eb735b28c45219b153b30c3fe3558 = {
var chart_aa9b3d49383441d0aedae2716d0b69e2 = echarts.init(
document.getElementById('aa9b3d49383441d0aedae2716d0b69e2'), 'white', {renderer: 'canvas'});
var option_aa9b3d49383441d0aedae2716d0b69e2 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_9d1eb735b28c45219b153b30c3fe3558.setOption(option_9d1eb735b28c45219b153b30c3fe3558);
chart_aa9b3d49383441d0aedae2716d0b69e2.setOption(option_aa9b3d49383441d0aedae2716d0b69e2);
</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