Mini Graph Card Versions Save

Minimalistic graph card for Home Assistant Lovelace UI

v0.11.0-dev.2

3 years ago

0.11.0-dev.2 (2021-01-20)

Bug Fixes

  • display a warning if entity is not available (#545) (38eddd0), closes #487
  • Fix undefined variable introduced by #545 (d566b1b)
  • log: color_thresholds render incorectly with logaritmic on (#542) (5ab70dc), closes #531

Features

  • graph: Add median aggregate function (#521) (e5b3c19)

v0.11.0-dev.1

3 years ago

0.11.0-dev.1 (2021-01-17)

Bug Fixes

  • icon will properly follow entity's device_class [#484] (738a492)
  • Time would sometime display 24:xx instead of 00:xx [#536] (981fd91)

Features

v0.10.0

3 years ago

✨ NEW

  • Added logarithmic scale option (#468) @Hypfer
  • Make card appear in lovelace card picker #493 (#492) @dcs8
  • Display card documentation in HACS @jcgoette

🔨 FIXED

  • Fix initial graph load when using 'update_interval' option #465 (#452) @PronkMedia

📝 DOCUMENTATION

  • Refine & improve manual installation instructions (#416) @theFork
  • Reorganize examples (#397) @agneevX
  • Spelling fixes in docs (#497) @scop

v0.9.4

3 years ago

✨ NEW

  • Added soft bound support for lower & upper bounds #114 (#330) @Silencer2K
  • Added delta option in aggregate_func (#329) @PierreB49
  • Added value_factor option, to scale value shown in state label (#362) @dzikimarian
  • Faster history & decreased data usage #373 (#392)

🔨 FIXED

  • Fixed incorrect value for the first point #289 (#327) @maxwroc
  • Reduce white space when extrema isn't enabled #320 (#325)
  • Check for undefined hass before accessing it (#359)
  • Readme typos & improvements (#340) (#356) @EpicLPer @mikalauskas

v0.9.3

4 years ago

FIXED

  • HA 0.106.x compatibility #274 (#276)

v0.9.2

4 years ago

ADDED

  • Added sum aggregate function #257

FIXED

  • Fixed graph not rendering if the same entity is used multiple times in a config #263

v0.9.1

4 years ago

FIXED

  • Fixed broken extrema

v0.9.0

4 years ago

ADDED

  • New aggregate functions first & last #229 (#241)
  • New bar spacing option #221 (#242)
  • Added log of card version to the browser console
  • Option to enable/disable caching (#212)
  • Option to override default more-info entity (#202)
  • Added missing option parameter url to tap action docs

FIXED

  • Graph date not calculated correctly around midnight in certain configurations (#253)
  • Improved handling of out of bound history entries (#251)
  • Initial graph entry not always correct (#251)
  • Graph missing latest history entry after entity update (#250)
  • Changes to min, max, avg not updating properly #248 (#249)
  • Prevent tooltip from triggering multiple times on legend hover
  • Fixed broken babel build (developers)
  • Graphs not updating in time resulting in inconsistent x/y axis relation #194 #200 (#214)
  • Graphs not updating in sync resulting in inconsistent x/y axis relation #194 #200 (#214)
  • Missing and invalid/malformed graph data caused by caching #193 (#213)
  • Fixed invalid rendering of bars when hiding certain entities
  • Fill not showing when line is hidden & animate option is enabled

v0.9.0-beta

4 years ago

ADDED

  • Option to enable/disable caching (#212)
  • Option to override default more-info entity (#202)
  • Missing option parameter url to tap action docs

FIXED

  • Graphs not updating in time resulting in inconsistent x/y axis relation #194 #200 (#214)
  • Graphs not updating in sync resulting in inconsistent x/y axis relation #194 #200 (#214)
  • Missing and invalid/malformed graph data caused by caching #193 (#213)
  • Fixed invalid rendering of bars when hiding certain entities
  • Fill not showing when line is hidden & animate option is enabled

v0.8.2

4 years ago

ADDED

  • Support for config updates after initial render (e.g. card editor & lovelace-auto-entities) #184 (#185)
  • Theme variable for title font weight
  • Theme variable for title font letter-spacing
  • Entity option show_graph to docs
  • Short tooltip time reveal transition

FIXED

  • Invalid rendering when group by date missed data for complete date(s) #183 (#187)
  • Rendering of additional bars in one bar graphs (#186)
  • Increased default font weight of title to 500 from 400
  • Non-numeric states cut off at the bottom