Skip to content

Releases: kalkih/mini-graph-card

v0.4.3-beta2

24 May 23:15
0c5072f
Compare
Choose a tag to compare
v0.4.3-beta2 Pre-release
Pre-release

BREAKING CHANGE

  • color_thresholds now only support colors specified by hex format

CHANGED

  • Redesign of line point hover (#99)
  • Moved to localForage for caching (#96) - (@bramkragten)

FIXED

  • Interpolate color for out of bound thresholds (#91)
  • Error when localStorage quota was exceeded (#95, #97)

v0.4.3-beta

20 May 20:19
Compare
Choose a tag to compare
v0.4.3-beta Pre-release
Pre-release

FIXED

  • Empty graph when color thresholds wasn't being used (#92)
  • Invisible graph lines when color thresholds where out of bounds (#91, #92)
  • Invalid rendering of color thresholds when lower bound wasn't at zero (#91, #92)

v0.4.2

18 May 12:15
Compare
Choose a tag to compare

FIXED

  • Issues related to color_thresholds (#91, #92, #93)

v0.4.1

17 May 15:17
Compare
Choose a tag to compare

CHANGED

  • Changed/improved appearance of color thresholds
  • Color thresholds are now rendered vertically instead of horizontally (#90)

FIXED

  • Broken line color thresholds

v0.4.0 ⚡️

17 May 13:33
Compare
Choose a tag to compare

This version brings many improvements to how sensor history is fetched and handled, this should result in much quicker loading of the graph.
These improvements should also reduce stress on the HA backend, since the card now cache history data locally in the browser and only request data it's missing.

Thanks @bramkragten for the contributions!

ADDED

  • Local caching of history data (#88) - (@bramkragten)
  • New update_interval option, set a custom update interval of history data, instead of on every state change (#88) - (@bramkragten)

CHANGED

  • Now only fetching new history since last update, instead of all history every time (#88) - (@bramkragten)

FIXED

  • Jitter when hovering over points in particular configs (#87)

v0.3.3

11 Apr 00:56
Compare
Choose a tag to compare

Fixed: Missing history entry values, previously assigned the last known moving average instead of the last known absolute value (#41)

v0.3.2

24 Mar 13:54
Compare
Choose a tag to compare
  • New: Dates are now formatted by locale
  • Fixed: Improved secondary state text alignment (#75)
  • Fixed: Max bars check for bar chart

v0.3.1: More customization & fixes

18 Mar 21:40
Compare
Choose a tag to compare
  • New: Options name_adaptive_color, icon_adaptive_color in show option object to display the name/icon in the entity color (#67, #50)
  • New: Option state_adaptive_color in entity object, to display the state in the entity color (#67)
  • New: Option show_indicator in entity object, to display a color indicator next to the state (#72)
  • New: Option font_size_header added (#53)
  • New Added date (day/weekday) to timestamps when timeframe > 24 (#61)
  • New It's now possible to set hours_to_show to float values and values lower than one.
  • Changed Legend color indicators are now ciruclar instead of rectangular
  • Fixed: Bar chart now shows correct amount of bars
  • Fixed: Points should no longer be cut off when at the very bottom of the graph
  • Fixed: Timestamps for bars
  • Fixed: Missing paddings between card elements when group option was set to true
  • Fixed: Unwanted overflow when border radius applied
  • Fixed: Improved compatibility (#64)

v0.3.0: Bar charts

18 Feb 21:49
Compare
Choose a tag to compare
  • New: Support for bar charts (#49)
  • New: Parameter bar added to show -> graph, display graph as a bar chart (#49)
  • New: Option unit added to entity object, overrides unit set in base
  • Change: graph option now defaults to line (#49)
  • Change: Font size of additional displayed state to the same as the main state (when a single additional state is displayed).
  • Fixed: Color thresholds not being applied correctly with several cards in the same view (#52, #54)
  • Fixed: height option can now be set to zero
  • Fixed: Timestamps are now properly center aligned if state is center aligned

v0.2.4: Quick fixes

13 Feb 19:28
Compare
Choose a tag to compare
  • New: Parameter fade for show -> fill option, makes the fill fade out
  • Fixed: History entries with null state breaking graph (#46)
  • Fixed: Compatibility issues with the custom swiper-card
  • Fixed: Broken extrema