VisActor / VChart

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
https://www.visactor.io/vchart
MIT License
930 stars 62 forks source link

翻遍了文档都没发现这个东西在哪里隐藏或者修改 #3179

Closed H-Sven closed 1 month ago

H-Sven commented 1 month ago
image

整个文档看了一遍了

skie1997 commented 1 month ago
image

整个文档看了一遍了

是交互后产生的背景对么?属于crosshair组件,隐藏的话可以做如下配置:

crosshair: {
  xField: {
    visible: false
  }
}

更多配置:https://www.visactor.io/vchart/option/barChart#crosshair