Skip to content

Releases: RomRider/apexcharts-card

v2.0.0-dev.6

22 Apr 10:28
Compare
Choose a tag to compare
v2.0.0-dev.6 Pre-release
Pre-release

2.0.0-dev.6 (2022-04-22)

Bug Fixes

  • last caching issue with statistics (2e528f7)

v2.0.0-dev.5

22 Apr 10:09
Compare
Choose a tag to compare
v2.0.0-dev.5 Pre-release
Pre-release

2.0.0-dev.5 (2022-04-22)

Bug Fixes

  • another caching issue with statistics (b93ee75)

v2.0.0-dev.4

22 Apr 10:02
Compare
Choose a tag to compare
v2.0.0-dev.4 Pre-release
Pre-release

2.0.0-dev.4 (2022-04-22)

Bug Fixes

  • caching issue for statistics (8daff2f)

v2.0.0-dev.3

22 Apr 09:06
Compare
Choose a tag to compare
v2.0.0-dev.3 Pre-release
Pre-release

2.0.0-dev.3 (2022-04-22)

Features

v2.0.0-dev.2

21 Apr 10:05
Compare
Choose a tag to compare
v2.0.0-dev.2 Pre-release
Pre-release

2.0.0-dev.2 (2022-04-21)

Features

  • Apply a time_delta to all the datapoints of your serie (435e381), closes #277

v2.0.0-dev.1

20 Apr 10:51
Compare
Choose a tag to compare
v2.0.0-dev.1 Pre-release
Pre-release

2.0.0-dev.1 (2022-04-20)

⚠ BREAKING CHANGES

  • extend_to_end has been removed and replaced by extend_to with support for now and end.

Features

  • extend_to replaces extend_to_end with new options (4bb1dd2), closes #318

Bug Fixes

  • last_updated date format was not following the configuration (3dd4904)
  • annotations with time were not following the time format configuration (5d08853)
  • hidden by default would not work without a name (9c75ce8), closes #280

v1.11.0-dev.1

09 Apr 12:54
Compare
Choose a tag to compare
v1.11.0-dev.1 Pre-release
Pre-release

1.11.0-dev.1 (2022-04-09)

Features

  • display only the min or max extrema (3db982b), closes #319
  • follow Home Assistant number format (9204de2), closes #307

Bug Fixes

  • median function fails if it receives an empty table (#316) (12f8d2e)
  • Update apexcharts.js to the the latest version (dd0bf6f)

v1.10.1-dev.2

04 Nov 20:51
Compare
Choose a tag to compare
v1.10.1-dev.2 Pre-release
Pre-release

1.10.1-dev.2 (2021-11-04)

Bug Fixes

  • update_interval was broken (31d2fb7)

v1.10.1-dev.1

24 Oct 20:44
Compare
Choose a tag to compare
v1.10.1-dev.1 Pre-release
Pre-release

1.10.1-dev.1 (2021-10-24)

Bug Fixes

  • Support for fire-dom-event with browser-mod (3dc9625), closes #196

v1.10.0

24 Oct 17:13
Compare
Choose a tag to compare

1.10.0 (2021-10-24)

Features

  • uses the time format defined in Home Assistant user profile (78df800), closes #213
  • yaxis: Align the extremas to the closest align_to value. (a46c812), closes #170
  • pie/donut now shows the value of the serie instead of the percentage. Old behavior with datalabels: percent (7591aba)
  • actions: header_actions support for actions in header (#171) (bd6a497), closes #61
  • display the chart's last update time using last_updated (2dd84ff)
  • yaxis: Set the number of decimals shown on the yaxis. Deprecate y_axis_precision. (33fc474), closes #164
  • update from lit-html/lit-element to lit (5a7d944)
  • yaxis: id and yaxis_id no longer needed with only 1 yaxis defined (e5e8904)

Bug Fixes

  • color_threshold would sometimes render weirdly (d7063a5), closes #177
  • extremas would not display with offset applied on series (4d7d77a), closes #177
  • Floats were not truncated properly for radialBar (0c789ff), closes #174
  • history data could be modified in some rare cases (d38fd6e)
  • Ignore recorder when not required (c28a7a6), closes #169
  • the hass object could sometimes be null (ff27baf), closes #191
  • When recorder was skipped, attributes were ignored (15e5372)
  • yaxis: auto scale was not taking the serie's offset into account (f82f7e0), closes #172
  • yaxis: Fixed + unfixed bounds on the same yaxis is now working (f7e4668)

Documentation

  • align_to description update (4471469)
  • Missing doc for last_updated (93ae54a)