crosshairs: true,

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

相关文章:

  • 2021-12-01
  • 2021-05-19
  • 2021-06-15
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-06-02
猜你喜欢
  • 2021-11-07
  • 2022-02-06
  • 2021-04-09
  • 2021-07-01
相关资源
相似解决方案