HanSolo / medusa

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

Line graph pushes loads of zeros to datavalues as soon as you start pushing values #189

Closed KingGax closed 4 years ago

KingGax commented 4 years ago

Regardless of what you set min to be as soon as you push the first values it fills with zeros which ruins the zoomed in effect of the graph. line min value.zip

HanSolo commented 4 years ago

Sorry for the late reply, just stumbled upon your report. So I guess you use the TileSparklineSkin? When I created the skins starting with TileNNNSkin I figured out that it makes more sense to separate them into their own library. So you will find a library called TilesFX that only contains tiles for dashboards. All further development related to tiles went into TilesFX instead of these skins in Medusa. So I suggest you use TilesFX for the sparkline. Nevertheless I will check if it is possible to port the SparkLineTileSkin functionality back to Medusa.