-
Notifications
You must be signed in to change notification settings - Fork 140
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 on top of the column #460
Comments
In current version, it is not possible; The tooltip is always displayed "somewhere next to the mouse". |
Any plans for the the next version ? |
Another chart js tooltip example : |
FVANCOP ? |
No plan for it. I think that it will be complicate to upgrade the code to achieve this result. Sorry for late answer. |
Any reasonble work around that you can think of ? Maybe to attach a third party tooltip to the callback ? |
It is possible to write a new add-ins with more possibilities for tooltip, but ... really no time for the moment to implement it. I put that in the to do list, but I cannot provide a date for delivery. |
With the new add-ins Add-ins/annotate.js, you can define new shapes for the annotates (=tooltip) and put the annotates on specific positions. See following samples : http://fvancop.github.io/ChartNew.js/Samples/annotate_for_line_charts.html http://fvancop.github.io/ChartNew.js/Samples/annotate_for_bar_charts.html http://fvancop.github.io/ChartNew.js/Samples/annotate_for_stackedbar_charts.html http://fvancop.github.io/ChartNew.js/Samples/annotate_for_circular_charts.html http://fvancop.github.io/ChartNew.js/Samples/annotate_arrow.html http://fvancop.github.io/ChartNew.js/Samples/annotate_bubble.html This add-ins provides a solution for issue #460 Documentation : https://github.com/FVANCOP/ChartNew.js/wiki/900_100_Annotate_add-ins
With the new add-ins Add-ins/annotate.js, you can define new shapes for the annotates (=tooltip) and put the annotates on specific positions. See following samples : http://fvancop.github.io/ChartNew.js/Samples/annotate_for_line_charts.html This add-ins provides a solution for issue #460 Documentation : https://github.com/FVANCOP/ChartNew.js/wiki/900_100_Annotate_add-ins |
Great stuff , thanks ! |
Hi,
Is there any way to set the position of the tooltip on top of a column / line ?
Some thing like that :
The text was updated successfully, but these errors were encountered: