HanSolo / tilesfx

A JavaFX library containing tiles that can be used for dashboards.
Apache License 2.0
1.43k stars 201 forks source link

Smoothed Chart Tile demo NOT compiling #147

Closed krishnak closed 9 months ago

krishnak commented 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.

krishnak commented 9 months ago

There was a clash of the imports //import eu.hansolo.fx.charts.XYChart;

resolved it