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 #73

Closed
ankane opened this issue Mar 25, 2014 · 4 comments
Closed

Custom tooltips #73

ankane opened this issue Mar 25, 2014 · 4 comments

Comments

@ankane
Copy link
Owner

ankane commented Mar 25, 2014

Docs

http://api.highcharts.com/highcharts#tooltip
https://developers.google.com/chart/interactive/docs/customizing_tooltip_content

@betam4x
Copy link

betam4x commented Nov 4, 2016

@betam4x
Copy link

betam4x commented Nov 4, 2016

For what it's worth, with Chart.js you can specify a global custom tooltip. For example:

Chart.defaults.global.tooltips.custom = function(tooltip) {
// render custom tooltip
return;
}

The real solution would be to add support for the ability to add javascript functions as parameters to library{}

@kwi
Copy link

kwi commented Jun 21, 2017

Hey there - Any chance this issue will be implemented soon? :)
Thanks!

@ankane
Copy link
Owner Author

ankane commented Aug 7, 2018

Closing as dup of #46

@ankane ankane closed this as completed Aug 7, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Dec 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants