-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 tooltip 配置无效 #848
Comments
你好, @WeiShengv99 最新版本 tooltip 有一点修改, 自定义通过 const s2Options = {
tooltip: {
- tooltipComponent: ""
+ content: ""
}
} const s2 = new PivotSheet()
- s2.showTooltip({ element: "" })
+ s2.showTooltip({ content: "" })
- s2.tooltip.show({ element: "" })
+ s2.tooltip.show({ content: "" }) 详情见文档 https://s2.antv.vision/zh/examples/react-component/tooltip#custom-content |
给提issue的方式点赞, 终于有一个是按照模板填写的了 👍🏻 |
@lijinke666 |
目前还没有自定义hover方式的透出,关注下这个 issue,#821 |
This was referenced Apr 18, 2022
Closed
4 tasks
This was referenced Oct 8, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🏷 Version
🖋 Description
tooltip配置无效
⌨️ Code Snapshots
🔗 Reproduce Link
https://codesandbox.io/s/cool-kirch-qs5vk?file=/src/App.tsx
🤔 Steps to Reproduce
点击展示 tooltips
😊 Expected Behavior
展示自定义 tooltips
😅 Current Behavior
配置不生效
💻 System information
chrome 96.0.4664.55
The text was updated successfully, but these errors were encountered: