HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
687 stars 129 forks source link

SetAveragingPeriod not working for SPARK_LINE #186

Closed KingGax closed 4 years ago

KingGax commented 4 years ago

When you set averagingPeriod to anything other than 10 the line graph doesn't work. broken line graph.zip

HanSolo commented 4 years ago

The sparkline skin in Medusa was from the time before I've created TilesFX (my other library for creating dashboards). So if you would like to create a dashboard I recommend using TilesFX which has much more features for dashboards than Medusa. You can combine both libraries and use Medusa in TilesFX which often makes sense. TilesFX also contains a SparkLine skin. To be honest I'm thinking about taking the two tile skins out of this library because the TilesFX library is all about tiles :)

HanSolo commented 4 years ago

Fixed with latest commit