Skip to content

Releases: RomRider/apexcharts-card

v1.3.0-dev.1

29 Jan 18:23
Compare
Choose a tag to compare
v1.3.0-dev.1 Pre-release
Pre-release

1.3.0-dev.1 (2021-01-29)

Features

  • series.offset: Compare data from another timeframe with the current timeframe (#19) (af8ba81), closes #18

v1.2.1-dev.1

29 Jan 00:48
Compare
Choose a tag to compare
v1.2.1-dev.1 Pre-release
Pre-release

1.2.1-dev.1 (2021-01-29)

Bug Fixes

  • config: style was not a valid config option (card-mod/picture-element) (0a38778), closes #15
  • style: Better default styling of toolbar (4d0ef1c), closes #16

v1.2.0

28 Jan 13:05
Compare
Choose a tag to compare

1.2.0 (2021-01-28)

Features

  • Define your own float precision for legend, tooltip and Y axis (7b0f30f)
  • cache: Invalidate cache on every new card version (#12) (b1799d9)
  • data_generator: Build your own data based on the last state and attributes of your entity (#14) (18284b5), closes #6
  • invert: Negates/Inverts the data for a serie (#13) (ab793c5)
  • span: Add end as an option to end the graph at the end of the day, minute, etc... (#11) (1d0aca8)
  • span: Display the graph from the start of the hour, day, month,… with an offset or not (#10) (bb6e88c)

Bug Fixes

  • xasis: Better handling of graph end time if everything is column and group_by is enabled (b5b85a6)
  • yaxis: apex_config.yaxis was not taken into account properly (ce04230)
  • Sometimes the graph was empty when changing tabs (9232044)
  • legend: undefined was displayed for a hidden serie (352c016)
  • Get rid of the initial load delay (69f151b)
  • colorize_states: Parameter was not applied (28bb2e2)
  • datalabels: Truncate floats to 1 digit after the decimal point (f5f744f)

v1.2.0-dev.6

28 Jan 12:46
Compare
Choose a tag to compare
v1.2.0-dev.6 Pre-release
Pre-release

1.2.0-dev.6 (2021-01-28)

Features

  • Define your own float precision for legend, tooltip and Y axis (7b0f30f)

Bug Fixes

  • xasis: Better handling of graph end time if everything is column and group_by is enabled (b5b85a6)

v1.2.0-dev.5

27 Jan 20:08
Compare
Choose a tag to compare
v1.2.0-dev.5 Pre-release
Pre-release

1.2.0-dev.5 (2021-01-27)

Bug Fixes

  • yaxis: apex_config.yaxis was not taken into account properly (ce04230)
  • Sometimes the graph was empty when changing tabs (9232044)

v1.2.0-dev.4

27 Jan 17:28
Compare
Choose a tag to compare
v1.2.0-dev.4 Pre-release
Pre-release

1.2.0-dev.4 (2021-01-27)

Features

  • data_generator: Build your own data based on the last state and attributes of your entity (#14) (18284b5), closes #6

Bug Fixes

  • legend: undefined was displayed for a hidden serie (352c016)
  • Get rid of the initial load delay (69f151b)

v1.2.0-dev.3

27 Jan 05:49
Compare
Choose a tag to compare
v1.2.0-dev.3 Pre-release
Pre-release

1.2.0-dev.3 (2021-01-27)

Features

  • invert: Negates/Inverts the data for a serie (#13) (ab793c5)

v1.2.0-dev.2

27 Jan 04:00
Compare
Choose a tag to compare
v1.2.0-dev.2 Pre-release
Pre-release

1.2.0-dev.2 (2021-01-27)

Features

  • cache: Invalidate cache on every new card version (#12) (b1799d9)
  • span: Add end as an option to end the graph at the end of the day, minute, etc... (#11) (1d0aca8)

Bug Fixes

  • colorize_states: Parameter was not applied (28bb2e2)
  • datalabels: Truncate floats to 1 digit after the decimal point (f5f744f)

v1.2.0-dev.1

27 Jan 00:59
Compare
Choose a tag to compare
v1.2.0-dev.1 Pre-release
Pre-release

1.2.0-dev.1 (2021-01-27)

Features

  • span: Display the graph from the start of the hour, day, month,… with an offset or not (#10) (bb6e88c)

v1.1.0

26 Jan 19:39
Compare
Choose a tag to compare

1.1.0 (2021-01-26)

⚠ BREAKING CHANGES

  • Replace hours_to_show with graph_span. Takes a time string instead of a number of hours.

Features

  • Replace hours_to_show with graph_span. Takes a time string instead of a number of hours. (e7ed408)
  • color: Define your own color option for each serie (#7) (3a15db2), closes #4
  • header: More header options and title support (#8) (2cbd769), closes #5
  • Add update_interval config option (357db9a), closes #2

Bug Fixes

  • tooltip: Values where following the selected point (0145ca2)
  • Error was not displayed if duration couldn't be parsed (2e2212f)
  • Name and units displayed (fe5526b)

Documentation

  • Add examples and fix documentation (c71b76a)
  • Fix typos and broken links (7789b8f)

Chores

  • changelog: Add doc and chores sections (58d7f5f)
  • release: 1.1.0-dev.1 [skip ci] (e15f7b9), closes #2
  • release: 1.1.0-dev.2 [skip ci] (f01afd7), closes #4 #5