Skip to content

Releases: RomRider/apexcharts-card

v1.4.0-dev.3

31 Jan 18:14

Choose a tag to compare

v1.4.0-dev.3 Pre-release
Pre-release

1.4.0-dev.3 (2021-01-31)

Bug Fixes

  • func: Filter null values in diff (cfe736c)

v1.4.0-dev.2

31 Jan 17:51

Choose a tag to compare

v1.4.0-dev.2 Pre-release
Pre-release

1.4.0-dev.2 (2021-01-31)

Features

  • editor: Preview in the GUI card selector (d4cd7a3)
  • group_by: Add new diff function (57fd6a6)

v1.4.0-dev.1

30 Jan 20:23

Choose a tag to compare

v1.4.0-dev.1 Pre-release
Pre-release

1.4.0-dev.1 (2021-01-30)

Features

  • graph: New chart types scatter, donut, pie and radialBar (#24) (a0e4f85)

Documentation

  • Add an example to change the line thickness (fd4a495)
  • Missing title documentation in the header section (ff7f35b)

v1.3.1-dev.1

30 Jan 10:46

Choose a tag to compare

v1.3.1-dev.1 Pre-release
Pre-release

1.3.1-dev.1 (2021-01-30)

Bug Fixes

  • header: Hide unit when as_duration is used (5686931)
  • header: State was sometimes multi-line (4187104)

v1.3.0

30 Jan 10:30

Choose a tag to compare

1.3.0 (2021-01-30)

Features

  • series: Display values as a duration (#21) (227f0ea)
  • series: Hide the value of a serie in the legend (#22) (1e8f748), closes #20
  • series.offset: Compare data from another timeframe with the current timeframe (#19) (af8ba81), closes #18

Bug Fixes

  • config: style was not a valid config option (card-mod/picture-element) (0a38778), closes #15
  • header: Unit would sometimes be on a new line (92fad1b)
  • series.offset: Fix bug introduced by #19 (f5c0d57), closes #18
  • style: Better default styling of toolbar (4d0ef1c), closes #16

v1.3.0-dev.3

30 Jan 09:44

Choose a tag to compare

v1.3.0-dev.3 Pre-release
Pre-release

1.3.0-dev.3 (2021-01-30)

Features

  • series: Display values as a duration (#21) (227f0ea)
  • series: Hide the value of a serie in the legend (#22) (1e8f748), closes #20

Bug Fixes

  • header: Unit would sometimes be on a new line (92fad1b)

v1.3.0-dev.2

29 Jan 23:33

Choose a tag to compare

v1.3.0-dev.2 Pre-release
Pre-release

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

Bug Fixes

v1.3.0-dev.1

29 Jan 18:23

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

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

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)