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 not showing new series #121

Closed schelldorfer closed 3 years ago

schelldorfer commented 3 years ago

Data object in XYChart of SmoothedChart is not updated with value from from TilesFXSeries in Tile when data object is not empty. Therefore new series are not shown (displayed) in smoothed chart when adding them by calling Tile.addSeries() at runtime.

HanSolo commented 3 years ago

Which version of TilesFX did you use?

HanSolo commented 3 years ago

And could you provide a short code snippet that shows the problem so that I can reproduce it?

schelldorfer commented 3 years ago

I did use latest version from jdk16 branch. See my pull request #122 for a fix.