ToolTip display bug?
Posted: Tue Mar 26, 2019 1:41 pm
Hi,
using the following configuration
I get the following tooltip
As you can see the encoding is somehow wrong, and there seems to be an artifact at the left border.
I am using Linux, in case this is of any interest to the issue
using the following configuration
Code: Select all
final MarksTip toolTips = new MarksTip();
toolTips.setSeries(series);
toolTips.setChart(chart.getChart());
toolTips.setStyle(MarksStyle.LEGEND);
toolTips.setHideDelay(0);
I am using Linux, in case this is of any interest to the issue