HanSolo/tilesfx

Smoothed Chart not showing new series

schelldorfer opened this issue · 3 comments

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.

Which version of TilesFX did you use?

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

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