Skip to content

v1.4.0

Compare
Choose a tag to compare
@ashish-chopra ashish-chopra released this 07 May 09:38
· 68 commits to master since this release

This version contains major performance and rendering improvement of gauge and eradicate all the gauge problems with equation, animation duration and overflow and underflow. Major highlights are given below:

NOTE: There is NO BREAKING CHANGE introduced in this release.

Changes

  1. Improvement in gauge animation and rendering algorithm.
  2. Default value of thickness changed from 2 to 6.
  3. Default value of foregroundColor changed from #ffcc66 torgba(0, 150, 136, 1).
  4. Default Value of backgroundColor changed from #ccc to rgba(0,0,0,0.1).
  5. font-weight CSS property of text over the gauge (label text, append text, prepend text and value text) changed to normal.
  6. Default value of duration is set t 1200. and now logic of using duration for animating frames is improved in the core algorithm.

Bug Fixes

  1. zero value issue fixed #4
  2. issue #26 regarding multiple updates render wrongly fixed.

Not supported Yet

  1. Negative value will not show any gauge movement. They are by default clamped to 0.