github RomRider/apexcharts-card v1.7.0

latest releases: v2.0.4, v2.0.4-dev.1, v2.0.3...
3 years ago

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)

Don't miss a new apexcharts-card release

NewReleases is sending notifications on new releases.