Releases
v1.5.0
1.5.0 (2021-02-04)
Informations
transform
will allow you to assign any type of entities in the chart, for eg. binary_sensors
or switches
🎉
⚠️ People using:
apex_config :
dataLabels :
enabled : true
Will have to use the series.show.datalabels
instead:
series :
- entity : sensor.my_sensor
show :
datalabels : true
Features
series.show: Show/hide dataLabels per serie (9e28db3 )
Support for 12-hour format (#55 ) (f38a18e ), closes #48 #53
now: Add a marker at the current time on the chart (9b6b83d ), closes #44
series: transform
the data the way you want (#45 ) (1cb6bb5 )
series: New fill_raw
option to fill missing data in raw history (e2433b6 )
Bug Fixes
dataLabels would not follow float_precision
(cf9b63a ), closes #54
Float were not displayed in non-timeline charts (e67d2d7 ), closes #42
Documentation
Fix HACS doc (not yet available by default) (53fece2 )
Fix typo in doc (89ed3c5 )
Missing link to the now
section (9747257 )
You can’t perform that action at this time.