Commit 17f06c6a by BellCodeEditor

save project

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