highchart 十字准星 crosshairs

crosshairs: true,

crosshairs: [true, true], // 同时启用竖直及水平准星线
crosshairs: [{ // 设置准星线样式
width: 2,
color: 'gray',
dashStyle: 'shortdot'
}, {
width: 2,
color: 'gray',
dashStyle: 'shortdot'
}]

猜你喜欢

转载自www.cnblogs.com/mmbbflyer/p/10715516.html
今日推荐