Releases: RomRider/apexcharts-card
Releases · RomRider/apexcharts-card
v1.8.0-dev.3
Bug Fixes
- Display non inverted numbers in legend/tooltip/datalabels when
invert: true
(331fe04), closes #96
v1.8.0-dev.2
Features
- series.show: Display the value before/after the current time in the header (2855403), closes #86
- Bring back
hours_12
from the dead (676bdb7)
v1.8.0-dev.1
Features
- extremas: Display the time on top of your extremas (#97) (d127b37)
Bug Fixes
- extremas: Multi y-axis support (#98) (5c7d742), closes #89
- extremas was not working with
invert: true
(4d06ef6), closes #96
v1.7.1
1.7.1 (2021-02-17)
Bug Fixes
- Disable support for colors with alpha channel (#91) (522363a), closes #90
- color_threshold: Sometimes it would break the card (65b5419)
v1.7.1-dev.2
Bug Fixes
- Disable support for colors with alpha channel (#91) (522363a), closes #90
v1.7.1-dev.1
Bug Fixes
- color_threshold: Sometimes it would break the card (65b5419)
v1.7.0
1.7.0 (2021-02-16)
Highlights
-
⬇️⬆️ Show extremas on your chart with (doesn't work yet with multi-y axis):
series:
- entity: sensor.temperature
show:
extremas: true
-
🌎 Language support with automatic detection
-
⚠️ Deprecate hours_12
in favor of automatic detection using HA's configured language or what is set in the locale
config option.
Features
- datalabels: Option to display total when chart is stacked (#75) (e1c5b01), closes #73
- experimental: Header color can now follow
color_threshold
(#88) (074bfc3), closes #78
- locale: Inherit locale from Home-Assistant, deprecate
hours_12
(#70) (af2d201), closes #68
- series.show: Display your serie's extremas on the chart (#85) (f64169a)
- series.show: Option to show the raw data in the header (#76) (87b56f5), closes #69
- transform: Provide the full state as
entity
to the function (#77) (9919c10), closes #71
Bug Fixes
- config_templates: Was supposed to support a string (f36d9b1), closes #87
- color with alpha would render area opaque (100b6d4)
- Support for
rgba
colors (7ecfafd)
- truncate floats in total datalabels (917a20a), closes #73
- Wrong labels in tooltip in some cases (8f0aca1)
Documentation
- Better info about month and year as offset units (c194f87), closes #65
- config_templates: Fix wrong config example (ea1fef4)
- Card is now available in HACS by default (1200abd)
v1.7.0-dev.4
Features
- experimental: Header color can now follow
color_threshold
(#88) (074bfc3), closes #78
Bug Fixes
- config_templates: Was supposed to support a string (f36d9b1), closes #87
Documentation
- Better info about month and year as offset units (c194f87), closes #65
v1.7.0-dev.3
Features
- series.show: Display your serie's extremas on the chart (#85) (f64169a)
Bug Fixes
- color with alpha would render area opaque (100b6d4)
- Support for
rgba
colors (7ecfafd)
- truncate floats in total datalabels (917a20a), closes #73
v1.7.0-dev.2
Features
- series.show: Option to show the raw data in the header (#76) (87b56f5), closes #69
- transform: Provide the full state as
entity
to the function (#77) (9919c10), closes #71
Bug Fixes
- Wrong labels in tooltip in some cases (8f0aca1)