v1.4.0
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
- Improvement in gauge animation and rendering algorithm.
- Default value of thickness changed from
2
to6
. - Default value of foregroundColor changed from
#ffcc66
torgba(0, 150, 136, 1)
. - Default Value of backgroundColor changed from
#ccc
torgba(0,0,0,0.1)
. font-weight
CSS property of text over the gauge (label text, append text, prepend text and value text) changed tonormal
.- Default value of
duration
is set t1200
. and now logic of using duration for animating frames is improved in the core algorithm.
Bug Fixes
Not supported Yet
- Negative value will not show any gauge movement. They are by default clamped to 0.