Closed krishnak closed 9 months ago
XYChart.Series<String, Number> series1 = new XYChart.Series();
The above line is unresolved in the IDE, using the latest version of the library.
There was a clash of the imports //import eu.hansolo.fx.charts.XYChart;
resolved it
XYChart.Series<String, Number> series1 = new XYChart.Series();
The above line is unresolved in the IDE, using the latest version of the library.