From ad0b9986e2aca845b9d924f11f94d9bb1da28c1d Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Tue, 18 Feb 2020 20:27:01 -0500 Subject: [PATCH] Fixed #248 - Sensor Detail sometimes shows decimal degrees --- js/component/chart/runtime_sensor_detail_temperature.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/component/chart/runtime_sensor_detail_temperature.js b/js/component/chart/runtime_sensor_detail_temperature.js index a586cef..e88f003 100644 --- a/js/component/chart/runtime_sensor_detail_temperature.js +++ b/js/component/chart/runtime_sensor_detail_temperature.js @@ -140,6 +140,7 @@ beestat.component.chart.runtime_sensor_detail_temperature.prototype.get_options_ { 'gridLineColor': beestat.style.color.bluegray.light, 'gridLineDashStyle': 'longdash', + 'allowDecimals': false, 'title': {'text': null}, 'labels': { 'style': {'color': beestat.style.color.gray.base},