Releases: RomRider/apexcharts-card
Releases · RomRider/apexcharts-card
v1.8.3-dev.3
1.8.3-dev.3 (2021-03-21)
Bug Fixes
- always get all state changes, not only significant ones (3b2f9c8)
v1.8.3-dev.2
1.8.3-dev.2 (2021-03-20)
Bug Fixes
v1.8.3-dev.1
1.8.3-dev.1 (2021-03-09)
Bug Fixes
- graph might be wrong when using
attributes
if value was 0 (e200323)
v1.8.2
v1.8.1
v1.8.0
1.8.0 (2021-03-03)
Hightlights
-
in_header: before_now
/in_header: after_now
: While using data_generator, display the current value at the current time -
hours_12
is back from the dead, with a slight modification in its behaviour (unset = HA locale, set totrue
/false
to force a behaviour) -
Introduce the experimental support for a brush (check the documenation for more details):
type: custom:apexcharts-card experimental: brush: true graph_span: 2h brush: selection_span: 10m series: - entity: sensor.random0_100 color: blue stroke_width: 1 float_precision: 0 show: in_brush: true
-
Some more options in
series.show
:name_in_header
andoffset_in_name
Features
- brush: Support for a timeframe selection chart (#102) (c8dedf7)
- extremas: Display the time on top of your extremas (#97) (d127b37)
- group_by: With
start_with_last
, each bucket will start with the last data from the previous bucket (8669411) - header: Standard header title home-assistant format using
standard_format
(35c5391), closes #35 - series.show: Display the value before/after the current time in the header (2855403), closes #86
- series.show: Hide the name of a serie in the header (b20133d), closes #111
- series.show: Hide the offset from the name of the serie (a46c3f0), closes #112
- span: Add support for
isoWeek
(7abc750), closes #106 - Bring back
hours_12
from the dead (676bdb7)
Bug Fixes
group_by
would sometimes not work withdata_generator
(cfa6871)- header units for
radialBar
(6883a8f), closes #105 - start_with_last:
start_with_last
would sometimes throw (f5aa2e3) - bug introduced by 591add (b9c9297)
- Display non inverted numbers in legend/tooltip/datalabels when
invert: true
(331fe04), closes #96 - extremas was not working with
invert: true
(4d06ef6), closes #96 - Optimize
extend_to_end
when used withgroup_by
(591add8) - Support for card-mod >= 3.0 (8348119), closes #104
- extremas: Multi y-axis support (#98) (5c7d742), closes #89
v1.8.0-dev.7
1.8.0-dev.7 (2021-03-02)
Features
v1.8.0-dev.6
v1.8.0-dev.5
1.8.0-dev.5 (2021-03-01)
Features
- group_by: With
start_with_last
, each bucket will start with the last data from the previous bucket (8669411) - span: Add support for
isoWeek
(7abc750), closes #106