Skip to content

Releases: RomRider/apexcharts-card

v1.8.0-dev.6

01 Mar 11:06
Compare
Choose a tag to compare
v1.8.0-dev.6 Pre-release
Pre-release

1.8.0-dev.6 (2021-03-01)

Bug Fixes

v1.8.0-dev.5

01 Mar 10:43
Compare
Choose a tag to compare
v1.8.0-dev.5 Pre-release
Pre-release

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

Bug Fixes

  • start_with_last: start_with_last would sometimes throw (f5aa2e3)
  • bug introduced by 591add (b9c9297)
  • Optimize extend_to_end when used with group_by (591add8)

v1.8.0-dev.4

26 Feb 17:41
Compare
Choose a tag to compare
v1.8.0-dev.4 Pre-release
Pre-release

1.8.0-dev.4 (2021-02-26)

Features

  • brush: Support for a timeframe selection chart (#102) (c8dedf7)
  • header: Standard header title home-assistant format using standard_format (35c5391), closes #35

Bug Fixes

v1.8.0-dev.3

23 Feb 19:55
Compare
Choose a tag to compare
v1.8.0-dev.3 Pre-release
Pre-release

1.8.0-dev.3 (2021-02-23)

Bug Fixes

  • Display non inverted numbers in legend/tooltip/datalabels when invert: true (331fe04), closes #96

v1.8.0-dev.2

23 Feb 19:35
Compare
Choose a tag to compare
v1.8.0-dev.2 Pre-release
Pre-release

1.8.0-dev.2 (2021-02-23)

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

18 Feb 21:01
Compare
Choose a tag to compare
v1.8.0-dev.1 Pre-release
Pre-release

1.8.0-dev.1 (2021-02-18)

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

17 Feb 11:23
Compare
Choose a tag to compare

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

16 Feb 18:29
Compare
Choose a tag to compare
v1.7.1-dev.2 Pre-release
Pre-release

1.7.1-dev.2 (2021-02-16)

Bug Fixes

  • Disable support for colors with alpha channel (#91) (522363a), closes #90

v1.7.1-dev.1

16 Feb 11:15
Compare
Choose a tag to compare
v1.7.1-dev.1 Pre-release
Pre-release

1.7.1-dev.1 (2021-02-16)

Bug Fixes

  • color_threshold: Sometimes it would break the card (65b5419)

v1.7.0

16 Feb 00:04
Compare
Choose a tag to compare

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

    image

  • 馃寧 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)