ryanw-mobile / OctoMeter

🔥Kotlin Multiplatform Desktop/Android/iOS Energy Tracker app
Other
88 stars 8 forks source link

(#163) AgileScreen: render negative unit rates #164

Closed ryanw-mobile closed 1 month ago

ryanw-mobile commented 1 month ago

Updated the chart data handling so we don't assume the minimum unit rate is 0.0. The range is now calculated using the real floor and ceiling from the data set we have received. The bar chart also properly shows negative unit rates in a correct style.

Before:

Screenshot 2024-06-07 at 16 04 04

After:

Screenshot 2024-06-07 at 22 31 39