LineChart's symbol does not show tooltip
even if install tooltip on series like this :
XYChart.Series series = new XYChart.Series();
Tooltip.install(series.getNode(), new Tooltip("message"));
I think it is usual to hover the mouse over symbols to popup tooltip.
And I would like to set tooltip for each symbol if it is possible.
even if install tooltip on series like this :
XYChart.Series series = new XYChart.Series();
Tooltip.install(series.getNode(), new Tooltip("message"));
I think it is usual to hover the mouse over symbols to popup tooltip.
And I would like to set tooltip for each symbol if it is possible.