vitawasalreadytaken / glucoscape

Glucoscape is a small application that helps visualize Continuous Glucose Monitoring (CGM) data quickly and intuitively. It provides a heatmap representation of time spent below range, in range, and above range, allowing for easy identification of glucose patterns.
https://vitawasalreadytaken.github.io/glucoscape/
MIT License
10 stars 1 forks source link

Fix target range units #6

Closed vitawasalreadytaken closed 1 year ago

vitawasalreadytaken commented 1 year ago

Just a slightly more compact version of the changes proposed in https://github.com/vitawasalreadytaken/glucoscape/pull/3. Thank you, @RansomTime!

RansomTime commented 1 year ago

Looks good to me, small linting error above that might be worth fixing, but this seems like a cleaner way to do it.

Tested and it works fine for me

vitawasalreadytaken commented 1 year ago

Thank you! That was because I got lazy with typing 🙈 Should be good now.