Skip to content

Releases: RomRider/apexcharts-card

v1.9.0-dev.3

24 May 15:32
Compare
Choose a tag to compare
v1.9.0-dev.3 Pre-release
Pre-release

1.9.0-dev.3 (2021-05-24)

Bug Fixes

v1.9.0-dev.2

24 May 15:04
Compare
Choose a tag to compare
v1.9.0-dev.2 Pre-release
Pre-release

1.9.0-dev.2 (2021-05-24)

Features

Bug Fixes

  • Support for custom views config parameters (view_layout) (76a8023)

v1.9.0-dev.1

21 Mar 19:09
Compare
Choose a tag to compare
v1.9.0-dev.1 Pre-release
Pre-release

1.9.0-dev.1 (2021-03-21)

Features

  • apex_config: Support for functions in apex_config (cebc03b), closes #81

v1.8.3-dev.3

21 Mar 09:48
Compare
Choose a tag to compare
v1.8.3-dev.3 Pre-release
Pre-release

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

20 Mar 15:39
Compare
Choose a tag to compare
v1.8.3-dev.2 Pre-release
Pre-release

1.8.3-dev.2 (2021-03-20)

Bug Fixes

  • group_by: group_by reporting erronerous values for the first bucket of data (8303b84), closes #110
  • group_by: When group_by was used with lines, the end of the chart was showing an empty slot (display bug only) (0163f9e)

v1.8.3-dev.1

09 Mar 11:14
Compare
Choose a tag to compare
v1.8.3-dev.1 Pre-release
Pre-release

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

06 Mar 12:17
Compare
Choose a tag to compare

1.8.2 (2021-03-06)

Bug Fixes

  • Chart not displayed properly or at all with layout-card (e5840fb), closes #121

v1.8.1

04 Mar 19:18
Compare
Choose a tag to compare

1.8.1 (2021-03-04)

Bug Fixes

  • in_header: after/before_now not working with offsetted series (960b43c)

v1.8.0

03 Mar 19:55
Compare
Choose a tag to compare

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 to true/false to force a behaviour)

  • Introduce the experimental support for a brush (check the documenation for more details):

    image

    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 and offset_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 with data_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 with group_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

02 Mar 16:55
Compare
Choose a tag to compare
v1.8.0-dev.7 Pre-release
Pre-release

1.8.0-dev.7 (2021-03-02)

Features

  • 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