1.10.0 (2021-10-24)
Features
- uses the time format defined in Home Assistant user profile (78df800), closes #213
- yaxis: Align the extremas to the closest
align_to
value. (a46c812), closes #170 - pie/donut now shows the value of the serie instead of the percentage. Old behavior with
datalabels: percent
(7591aba) - actions:
header_actions
support for actions in header (#171) (bd6a497), closes #61 - display the chart's last update time using
last_updated
(2dd84ff) - yaxis: Set the number of decimals shown on the yaxis. Deprecate
y_axis_precision
. (33fc474), closes #164 - update from lit-html/lit-element to lit (5a7d944)
- yaxis:
id
andyaxis_id
no longer needed with only 1 yaxis defined (e5e8904)
Bug Fixes
- color_threshold would sometimes render weirdly (d7063a5), closes #177
- extremas would not display with offset applied on series (4d7d77a), closes #177
- Floats were not truncated properly for radialBar (0c789ff), closes #174
- history data could be modified in some rare cases (d38fd6e)
- Ignore recorder when not required (c28a7a6), closes #169
- the hass object could sometimes be null (ff27baf), closes #191
- When recorder was skipped, attributes were ignored (15e5372)
- yaxis: auto scale was not taking the serie's offset into account (f82f7e0), closes #172
- yaxis: Fixed + unfixed bounds on the same yaxis is now working (f7e4668)