1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Fixed #248 - Sensor Detail sometimes shows decimal degrees

This commit is contained in:
Jon Ziebell 2020-02-18 20:27:01 -05:00
parent e53a98e456
commit ad0b9986e2

View File

@ -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},