-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.10.0](v1.9.0...v1.10.0) (2021-10-24) ### Features * uses the time format defined in Home Assistant user profile ([78df800](78df800)), closes [#213](#213) * **yaxis:** Align the extremas to the closest `align_to` value. ([a46c812](a46c812)), closes [#170](#170) * pie/donut now shows the value of the serie instead of the percentage. Old behavior with `datalabels: percent` ([7591aba](7591aba)) * **actions:** `header_actions` support for actions in header ([#171](#171)) ([bd6a497](bd6a497)), closes [#61](#61) * display the chart's last update time using `last_updated` ([2dd84ff](2dd84ff)) * **yaxis:** Set the number of decimals shown on the yaxis. Deprecate `y_axis_precision`. ([33fc474](33fc474)), closes [#164](#164) * update from lit-html/lit-element to lit ([5a7d944](5a7d944)) * **yaxis:** `id` and `yaxis_id` no longer needed with only 1 yaxis defined ([e5e8904](e5e8904)) ### Bug Fixes * color_threshold would sometimes render weirdly ([d7063a5](d7063a5)), closes [#177](#177) * extremas would not display with offset applied on series ([4d7d77a](4d7d77a)), closes [#177](#177) * Floats were not truncated properly for radialBar ([0c789ff](0c789ff)), closes [#174](#174) * history data could be modified in some rare cases ([d38fd6e](d38fd6e)) * Ignore recorder when not required ([c28a7a6](c28a7a6)), closes [#169](#169) * the hass object could sometimes be null ([ff27baf](ff27baf)), closes [#191](#191) * When recorder was skipped, attributes were ignored ([15e5372](15e5372)) * **yaxis:** auto scale was not taking the serie's offset into account ([f82f7e0](f82f7e0)), closes [#172](#172) * **yaxis:** Fixed + unfixed bounds on the same yaxis is now working ([f7e4668](f7e4668)) ### Documentation * `align_to` description update ([4471469](4471469)) * Missing doc for `last_updated` ([93ae54a](93ae54a))
- Loading branch information
1 parent
5fa3cda
commit 4d72937
Showing
4 changed files
with
55 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters