Extend the duration of tooltips in JFreeChartFX

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Ericode
Posts: 4
Joined: Sat Jan 13, 2018 10:04 pm
antibot: No, of course not.

Extend the duration of tooltips in JFreeChartFX

Post by Ericode » Tue Jan 23, 2018 7:17 am

Hello, How can I extend the duration of the tooltips? I know I can use a ChartPanel but how can I add a ChartPanel to my javafx application? I am using the ChartCanvas to draw the chart but how can I extend the duration of a tooltip? I have my own ToolTip generator but there are no options to extend the duration like a ChartPanel. Any help would be greatly appreciated.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Extend the duration of tooltips in JFreeChartFX

Post by david.gilbert » Tue Jan 23, 2018 9:46 pm

Maybe try the reflection hack posted here:

https://stackoverflow.com/questions/268 ... tips-delay
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked