-
Notifications
You must be signed in to change notification settings - Fork 570
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 #73
Labels
Comments
For what it's worth, with Chart.js you can specify a global custom tooltip. For example: Chart.defaults.global.tooltips.custom = function(tooltip) { The real solution would be to add support for the ability to add javascript functions as parameters to library{} |
Hey there - Any chance this issue will be implemented soon? :) |
Closing as dup of #46 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Docs
http://api.highcharts.com/highcharts#tooltip
https://developers.google.com/chart/interactive/docs/customizing_tooltip_content
The text was updated successfully, but these errors were encountered: