Chart stops displaying tooltips when resized...

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jpapejr
Posts: 2
Joined: Mon Aug 04, 2008 9:15 pm

Chart stops displaying tooltips when resized...

Post by jpapejr » Mon Aug 04, 2008 10:09 pm

I have a simple Linechart that is being displayed in an Eclipse Plugin (SWT) in a ChartComposite in its own view. When the application is resized to be maximized or otherwise largely resized, the chart stops displaying tooltips.

Is there something I can do? I noticed that pie charts, area charts, and most of the time, bar charts do not appear to have this problem.

Help is appreciated....thx

heprom
Posts: 91
Joined: Sat May 27, 2006 4:25 am
Location: Paris

Post by heprom » Mon Aug 18, 2008 9:45 pm

Hi,

this is a documented bug, see
https://sourceforge.net/tracker/?func=d ... tid=115494

as a workaround, try to enable the buffered image...
HTH,
Henry

jpapejr
Posts: 2
Joined: Mon Aug 04, 2008 9:15 pm

Post by jpapejr » Tue Aug 19, 2008 2:36 am

The workaround appears to work for me. Thanks.

Locked