Circular Progressbar Add-on - Vaadin Add-on Directory
Customizable circular progress barCircular Progressbar Add-on version 0.5.2
null
Circular Progressbar Add-on version 0.6
- adjusted the API to match the standard Progressbar
- improved styling to look more like the standard Progressbar
Circular Progressbar Add-on version 0.6.1
- added styling possiblity
- added manifest entry (addon scss will be added automatically [after a 'mvn install'])
- applied styling rules from valo progressbar to the circular progressbar
Circular Progressbar Add-on version 0.6.2
- track color fixes
Circular Progressbar Add-on version 0.7
- added possibility to add a Text underneath the percentage presentation
- added possibility to set the scale. While 1.0f would represent a full circle 0.5f would be a semicircle
- added an example in the scss how to rotate the circular progressbar without the text in the middle
Circular Progressbar Add-on version 0.8
Added ability to set a background image
Circular Progressbar Add-on version 0.8.1
- bugfix
#### 0.8
- Ability to set a background image
Circular Progressbar Add-on version 0.8.2
Updated Vaadin Version to 8.0.6
Circular Progressbar Add-on version 1.0.1
- updated dependencies
- fixed some rounding issues on the client side leading to showing wrong percentages (instead of 70 -> 69)
- version bump
Circular Progressbar Add-on version 1.1.0
- added ie support | thanks @nerduel for the contribution!