" + mydata[i].name + ":" + mydata[i].value[index];
}
return msg;
}
}
},
legend: {
enable: false,
},
crosshair: {
enable: true,
line_color: '#62bce9'
},
sub_option: {
label: false,
hollow_inside: false,
point_size: 0,
},
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);
}