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:
parent
65d2de264c
commit
23cefc3834
@ -312,8 +312,7 @@ beestat.component.chart.runtime_detail.prototype.get_options_tooltip_formatter_
|
|||||||
value = beestat.temperature({
|
value = beestat.temperature({
|
||||||
'temperature': values[point.series.name],
|
'temperature': values[point.series.name],
|
||||||
'convert': false,
|
'convert': false,
|
||||||
'units': true,
|
'units': true
|
||||||
'round': 0
|
|
||||||
});
|
});
|
||||||
} else if (point.series.name.includes('humidity') === true) {
|
} else if (point.series.name.includes('humidity') === true) {
|
||||||
group = 'data';
|
group = 'data';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user