Commit f792b98e by BellCodeEditor

save project

parent 4387692d
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="295ead76783c4143a2503d91d81de3c2" class="chart-container" style="width:900px; height:500px;"></div>
<div id="35981f8023ec4adbac789b0c6aff280f" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_295ead76783c4143a2503d91d81de3c2 = echarts.init(
document.getElementById('295ead76783c4143a2503d91d81de3c2'), 'white', {renderer: 'canvas'});
var option_295ead76783c4143a2503d91d81de3c2 = {
var chart_35981f8023ec4adbac789b0c6aff280f = echarts.init(
document.getElementById('35981f8023ec4adbac789b0c6aff280f'), 'white', {renderer: 'canvas'});
var option_35981f8023ec4adbac789b0c6aff280f = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_295ead76783c4143a2503d91d81de3c2.setOption(option_295ead76783c4143a2503d91d81de3c2);
chart_35981f8023ec4adbac789b0c6aff280f.setOption(option_35981f8023ec4adbac789b0c6aff280f);
</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