Commit f1571271 by BellCodeEditor

save project

parent 7a22447b
Showing with 6 additions and 6 deletions
<!DOCTYPE html>
<!DOCTYPE html>
......@@ -7,11 +7,11 @@
</head>
<body>
<div id="bafe471c493b44bd87b2abc4752b3439" class="chart-container" style="width:900px; height:500px;"></div>
<div id="e5acdae3377448a7bdcc8967fb5bb4fd" class="chart-container" style="width:900px; height:500px;"></div>
<script>
var chart_bafe471c493b44bd87b2abc4752b3439 = echarts.init(
document.getElementById('bafe471c493b44bd87b2abc4752b3439'), 'white', {renderer: 'canvas'});
var option_bafe471c493b44bd87b2abc4752b3439 = {
var chart_e5acdae3377448a7bdcc8967fb5bb4fd = echarts.init(
document.getElementById('e5acdae3377448a7bdcc8967fb5bb4fd'), 'white', {renderer: 'canvas'});
var option_e5acdae3377448a7bdcc8967fb5bb4fd = {
"animation": true,
"animationThreshold": 2000,
"animationDuration": 1000,
......@@ -165,7 +165,7 @@
}
]
};
chart_bafe471c493b44bd87b2abc4752b3439.setOption(option_bafe471c493b44bd87b2abc4752b3439);
chart_e5acdae3377448a7bdcc8967fb5bb4fd.setOption(option_e5acdae3377448a7bdcc8967fb5bb4fd);
</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