Releases: RomRider/apexcharts-card
Releases · RomRider/apexcharts-card
v1.7.1
v1.7.1-dev.2
1.7.1-dev.2 (2021-02-16)
Bug Fixes
v1.7.1-dev.1
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
-
⚠️ Deprecatehours_12in favor of automatic detection using HA's configured language or what is set in thelocaleconfig 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
entityto 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
rgbacolors (7ecfafd) - truncate floats in total datalabels (917a20a), closes #73
- Wrong labels in tooltip in some cases (8f0aca1)
Documentation
v1.7.0-dev.4
v1.7.0-dev.3
v1.7.0-dev.2
v1.7.0-dev.1
v1.6.0
1.6.0 (2021-02-08)
Highlights:
-
⚠️ People using:apex_config: stroke: width: [1,2]
should convert it into:
series: - entity: x.y stroke_width: 1 - entity: y.z stroke_width: 2
-
⚠️ People using:apex_config: fill: opacity: [1, 0.2]
should convert it into:
series: - entity: x.y opacity: 1 - entity: y.z opacity: 0.2
-
config_templates: Define a chart template once, reuse it many times. Also useful with the newcolor_listoption. -
all_series_config: Apply one config to all series at the same time -
🧪 Experimental stuff 🧪: This is new and you'll have to opt-in to use the features as they break some other features (listed in the documentation).
Features
- config_tpl: Create a config template and use it everywhere with
config_templates, apply the same config to every series withall_series_configand addcolor_listto define your color list in one shot (#64) (17004a3) - experimental:
hidden_by_defaultto toggle series on load (#62) (63717b7), closes #60 - series: Define the
opacityof the line or area (8dfb3fd), closes #57 - add stroke_width and experimental color_threshold/disable_config_validation (fcdfa88), closes #58
Bug Fixes
v1.6.0-dev.2
1.6.0-dev.2 (2021-02-08)
Features
- config_tpl: Create a config template and use it everywhere with
config_templates, apply the same config to every series withall_series_configand addcolor_listto define your color list in one shot (#64) (17004a3) - experimental:
hidden_by_defaultto toggle series on load (#62) (63717b7), closes #60

