antvis / F2

📱📈An elegant, interactive and flexible charting library for mobile.
https://f2.antv.vision/zh
MIT License
7.89k stars 649 forks source link

F2 如何自定义 Tooltip 的内容和样式 #1989

Open Alexixyc opened 2 months ago

Alexixyc commented 2 months ago

我想自定义 f2 的 tooltip,翻了源码试了很久,发现这个 customText 是这样用的:

  1. custom 默认是 false
  2. customText 传进去 一个函数,return 图形标签

这个逻辑在文档,Props 注释中都没有提到,想问下这个用法我可以当做 feature 直接这样用吗?

1231 1231241

zengyue commented 2 months ago

是 feature, https://github.com/antvis/F2/blob/master/packages/f2/test/components/tooltip/tooltip.test.tsx#L370 这里有单测保证的

Alexixyc commented 2 months ago

是 feature, https://github.com/antvis/F2/blob/master/packages/f2/test/components/tooltip/tooltip.test.tsx#L370 这里有单测保证的

好滴,感谢解答