Commit bd3bc193 by BellCodeEditor

save project

parent b5e7cf92
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="8295fb00b70a4becb1146453eccc290b" class="chart-container" style="width:900px; height:500px;"></div>
<div id="0b02308abbb749c2a07eedd62f40df77" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_8295fb00b70a4becb1146453eccc290b = echarts.init(
document.getElementById('8295fb00b70a4becb1146453eccc290b'), 'white', {renderer: 'canvas'});
var option_8295fb00b70a4becb1146453eccc290b = {
var chart_0b02308abbb749c2a07eedd62f40df77 = echarts.init(
document.getElementById('0b02308abbb749c2a07eedd62f40df77'), 'white', {renderer: 'canvas'});
var option_0b02308abbb749c2a07eedd62f40df77 = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -183,7 +183,7 @@
}
]
};
chart_8295fb00b70a4becb1146453eccc290b.setOption(option_8295fb00b70a4becb1146453eccc290b);
chart_0b02308abbb749c2a07eedd62f40df77.setOption(option_0b02308abbb749c2a07eedd62f40df77);
</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