github RomRider/apexcharts-card v1.8.0

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

1.8.0 (2021-03-03)

Hightlights

  • in_header: before_now/in_header: after_now: While using data_generator, display the current value at the current time

  • hours_12 is back from the dead, with a slight modification in its behaviour (unset = HA locale, set to true/false to force a behaviour)

  • Introduce the experimental support for a brush (check the documenation for more details):

    image

    type: custom:apexcharts-card
    experimental:
      brush: true
    graph_span: 2h
    brush:
      selection_span: 10m
    series:
      - entity: sensor.random0_100
        color: blue
        stroke_width: 1
        float_precision: 0
        show:
          in_brush: true
  • Some more options in series.show: name_in_header and offset_in_name

Features

  • brush: Support for a timeframe selection chart (#102) (c8dedf7)
  • extremas: Display the time on top of your extremas (#97) (d127b37)
  • group_by: With start_with_last, each bucket will start with the last data from the previous bucket (8669411)
  • header: Standard header title home-assistant format using standard_format (35c5391), closes #35
  • series.show: Display the value before/after the current time in the header (2855403), closes #86
  • series.show: Hide the name of a serie in the header (b20133d), closes #111
  • series.show: Hide the offset from the name of the serie (a46c3f0), closes #112
  • span: Add support for isoWeek (7abc750), closes #106
  • Bring back hours_12 from the dead (676bdb7)

Bug Fixes

  • group_by would sometimes not work with data_generator (cfa6871)
  • header units for radialBar (6883a8f), closes #105
  • start_with_last: start_with_last would sometimes throw (f5aa2e3)
  • bug introduced by 591add (b9c9297)
  • Display non inverted numbers in legend/tooltip/datalabels when invert: true (331fe04), closes #96
  • extremas was not working with invert: true (4d06ef6), closes #96
  • Optimize extend_to_end when used with group_by (591add8)
  • Support for card-mod >= 3.0 (8348119), closes #104
  • extremas: Multi y-axis support (#98) (5c7d742), closes #89

Don't miss a new apexcharts-card release

NewReleases is sending notifications on new releases.