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
Chart stops displaying tooltips when resized...
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
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