},
coordinate: {
axis: {
enable: true,
width: [0, 0, 1, 1],
},
grids: {
vertical: {
way: 'share_alike',
value: 1
}
},
scale: [{
position: 'left',
start_scale: min,
end_scale: max,
scale_space: 50,
label: { fontsize: 12 },
scale_color: '#9f9f9f'
}, {
position: 'bottom',
scale_enable: false,
label: { fontsize: 9 },
labels: labels,
}]
},
}).draw();
setTimeout(function () {
dv.children("div").children("div:gt(1)").hide();
}, 500);
}