Skip to content

Releases: kalkih/mini-graph-card

v0.0.5

10 Oct 13:44
Compare
Choose a tag to compare
  • Added hide_icon option #5
  • Fixed issue where unknown/unavailable history would make the graph not render #6
  • Fixed issue where graph line would rendering outside svg boundary and get clipped
  • Made graph line ends rounded
  • Adjusted line Y-scale
  • Updated to lit-element 0.6.2

v0.0.4

06 Oct 22:31
Compare
Choose a tag to compare
  • Added options to have the line change color if the state is above/below specified values
  • Fixed graph when setting accuracy option to a higher value than the available data points in history

v0.0.3

06 Oct 16:31
Compare
Choose a tag to compare
  • Added option font_size to modify the font size scale of the state #4
  • Fixed <path> attribute d: Expected number errors.
  • Decreased the default font size slightly #4
  • Changed default graph height from 150 to 100;
  • Improved compatibility with other custom cards like vertical-card-stack #3

v0.0.1

02 Oct 16:29
Compare
Choose a tag to compare
  • Initial release