Commit 87cfa36d by BellCodeEditor

save project

parent 7de18a36
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="7949e870190c43af838ee57d1013a173" class="chart-container" style="width:900px; height:500px;"></div>
<div id="7b55025bdd4f4e44acdb002a2312c00b" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_7949e870190c43af838ee57d1013a173 = echarts.init(
document.getElementById('7949e870190c43af838ee57d1013a173'), 'white', {renderer: 'canvas'});
var option_7949e870190c43af838ee57d1013a173 = {
var chart_7b55025bdd4f4e44acdb002a2312c00b = echarts.init(
document.getElementById('7b55025bdd4f4e44acdb002a2312c00b'), 'white', {renderer: 'canvas'});
var option_7b55025bdd4f4e44acdb002a2312c00b = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_7949e870190c43af838ee57d1013a173.setOption(option_7949e870190c43af838ee57d1013a173);
chart_7b55025bdd4f4e44acdb002a2312c00b.setOption(option_7b55025bdd4f4e44acdb002a2312c00b);
</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