Skip to content

Fix hourly graph displaying different data for C or F

Jessica Tallon requested to merge tsyesika/gnome-weather:fix-hourly-graph into master

The hourly forcast graph showed less information in Celsius due to rounding the numbers, where as in fahrenheit it showed more information. This fixes it by not rounding the numbers when plotting the graph making it the same graph no matter the unit used. As far as I can tell there's no reason to be rounding the values.

This fixes the bug #146 (closed).

Merge request reports