Skip to content

Releases: RomRider/apexcharts-card

v1.7.0-dev.1

10 Feb 15:36
Compare
Choose a tag to compare
v1.7.0-dev.1 Pre-release
Pre-release

1.7.0-dev.1 (2021-02-10)

Features

  • datalabels: Option to display total when chart is stacked (#75) (e1c5b01), closes #73
  • locale: Inherit locale from Home-Assistant, deprecate hours_12 (#70) (af2d201), closes #68

Documentation

  • config_templates: Fix wrong config example (ea1fef4)
  • Card is now available in HACS by default (1200abd)

v1.6.0

08 Feb 17:18
Compare
Choose a tag to compare

1.6.0 (2021-02-08)

Highlights:

  • ⚠️ People using:

    apex_config:
      stroke: 
        width: [1,2]

    should convert it into:

    series:
      - entity: x.y
        stroke_width: 1
      - entity: y.z
        stroke_width: 2
  • ⚠️ People using:

    apex_config:
      fill:
        opacity: [1, 0.2]

    should convert it into:

    series:
      - entity: x.y
        opacity: 1
      - entity: y.z
        opacity: 0.2
  • config_templates: Define a chart template once, reuse it many times. Also useful with the new color_list option.

  • all_series_config: Apply one config to all series at the same time

  • 🧪 Experimental stuff 🧪: This is new and you'll have to opt-in to use the features as they break some other features (listed in the documentation).

    • color_threshold to display rainbows 🦄
      Screenshot 2021-02-07 103212
    • disable_config_validation: to break the configuration
    • hidden_by_default: It will toggle a serie initially as if you had clicked on the legend

Features

  • config_tpl: Create a config template and use it everywhere with config_templates, apply the same config to every series with all_series_config and add color_list to define your color list in one shot (#64) (17004a3)
  • experimental: hidden_by_default to toggle series on load (#62) (63717b7), closes #60
  • series: Define the opacity of the line or area (8dfb3fd), closes #57
  • add stroke_width and experimental color_threshold/disable_config_validation (fcdfa88), closes #58

Bug Fixes

  • color_threshold: opacity for color_threshold (5a325f4)
  • func: median was sometimes wrong (c36dda7)

v1.6.0-dev.2

08 Feb 12:19
Compare
Choose a tag to compare
v1.6.0-dev.2 Pre-release
Pre-release

1.6.0-dev.2 (2021-02-08)

Features

  • config_tpl: Create a config template and use it everywhere with config_templates, apply the same config to every series with all_series_config and add color_list to define your color list in one shot (#64) (17004a3)
  • experimental: hidden_by_default to toggle series on load (#62) (63717b7), closes #60

v1.6.0-dev.1

07 Feb 14:49
Compare
Choose a tag to compare
v1.6.0-dev.1 Pre-release
Pre-release

1.6.0-dev.1 (2021-02-07)

Features

  • series: Define the opacity of the line or area (8dfb3fd), closes #57
  • add stroke_width and experimental color_threshold/disable_config_validation (fcdfa88), closes #58

Bug Fixes

  • color_threshold: opacity for color_threshold (5a325f4)
  • func: median was sometimes wrong (c36dda7)

v1.5.0

04 Feb 21:52
Compare
Choose a tag to compare

1.5.0 (2021-02-04)

Informations

  • transform will allow you to assign any type of entities in the chart, for eg. binary_sensors or switches 🎉
  • ⚠️ People using:
    apex_config:
      dataLabels:
        enabled: true
    Will have to use the series.show.datalabels instead:
    series:
      - entity: sensor.my_sensor
        show:
          datalabels: true

Features

  • series.show: Show/hide dataLabels per serie (9e28db3)
  • Support for 12-hour format (#55) (f38a18e), closes #48 #53
  • now: Add a marker at the current time on the chart (9b6b83d), closes #44
  • series: transform the data the way you want (#45) (1cb6bb5)
  • series: New fill_raw option to fill missing data in raw history (e2433b6)

Bug Fixes

  • dataLabels would not follow float_precision (cf9b63a), closes #54
  • Float were not displayed in non-timeline charts (e67d2d7), closes #42

Documentation

  • Fix HACS doc (not yet available by default) (53fece2)
  • Fix typo in doc (89ed3c5)
  • Missing link to the now section (9747257)

v1.5.0-dev.4

04 Feb 19:51
Compare
Choose a tag to compare
v1.5.0-dev.4 Pre-release
Pre-release

1.5.0-dev.4 (2021-02-04)

Features

Bug Fixes

  • dataLabels would not follow float_precision (cf9b63a), closes #54

Documentation

  • Missing link to the now section (9747257)

v1.5.0-dev.3

03 Feb 21:33
Compare
Choose a tag to compare
v1.5.0-dev.3 Pre-release
Pre-release

1.5.0-dev.3 (2021-02-03)

Features

  • now: Add a marker at the current time on the chart (9b6b83d), closes #44
  • series: transform the data the way you want (#45) (1cb6bb5)

Documentation

v1.5.0-dev.2

03 Feb 14:17
Compare
Choose a tag to compare
v1.5.0-dev.2 Pre-release
Pre-release

1.5.0-dev.2 (2021-02-03)

Bug Fixes

  • Float were not displayed in non-timeline charts (e67d2d7), closes #42

v1.5.0-dev.1

03 Feb 01:28
Compare
Choose a tag to compare
v1.5.0-dev.1 Pre-release
Pre-release

1.5.0-dev.1 (2021-02-03)

Features

  • series: New fill_raw option to fill missing data in raw history (e2433b6)

v1.4.0

02 Feb 22:26
Compare
Choose a tag to compare

1.4.0 (2021-02-02)

Features

  • series: Show/Hide a specific serie from the header or the graph (#36) (95c0433)
  • Support for auto-entities (060e4c0)
  • editor: Preview in the GUI card selector (d4cd7a3)
  • graph: New chart types scatter, donut, pie and radialBar (#24) (a0e4f85)
  • group_by: Add new diff function (57fd6a6)
  • series: Retrieve an attribute of your entity instead of the state (#32) (b76bf16), closes #29

Bug Fixes

  • group_by was extending values into the future (2cb79d2)
  • Graph stopped updating following ddf6ca9 (bc54729)
  • Sometimes card would stay in warning mode (ddf6ca9)
  • Tooltip should not be in a fixed position (1762049)
  • func: Filter null values in diff (cfe736c)
  • header: Hide unit when as_duration is used (5686931)
  • header: State was sometimes multi-line (4187104)

Documentation

  • Add an example to change the line thickness (fd4a495)
  • Add more example (ffaa5df)
  • Fix error data_generator example (6d1c7a0), closes #34
  • Fix some typos (3df6aed)
  • Missing title documentation in the header section (ff7f35b)