Skip to content
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

Custom Tooltips #62

Open
MGlennWM opened this issue Oct 27, 2020 · 1 comment
Open

Custom Tooltips #62

MGlennWM opened this issue Oct 27, 2020 · 1 comment
Labels

Comments

@MGlennWM
Copy link

I have noticed in the latest version 2.0 you cannot use custom tooltips. Is this being worked on or something that could be added rather quickly?

@helen508light
Copy link
Contributor

@MGlennWM you can do it the same way as in Gantt if you want - add Tooltip field in capabilities and then use powerbi-utils-tooltiputils to create and render your tooltips. Feel free to fork and modify the source code for your needs
See details in gantt.ts, capabilities.json
https://github.com/microsoft/powerbi-visuals-gantt/blob/master/src/gantt.ts#L989
https://github.com/microsoft/powerbi-visuals-gantt/blob/master/src/gantt.ts#L2930
https://github.com/microsoft/powerbi-visuals-gantt/blob/master/capabilities.json#L67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants