1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Fixed #200 - Runtime Detail missing tenths of a degree

I had to go out of my way to break this originally; not sure what I was thinking. Restored single decimal place.
This commit is contained in:
Jon Ziebell 2019-12-17 21:12:20 -05:00
parent 65d2de264c
commit 23cefc3834

View File

@ -312,8 +312,7 @@ beestat.component.chart.runtime_detail.prototype.get_options_tooltip_formatter_
value = beestat.temperature({
'temperature': values[point.series.name],
'convert': false,
'units': true,
'round': 0
'units': true
});
} else if (point.series.name.includes('humidity') === true) {
group = 'data';