VaadinDistributionBar - Vaadin Add-on Directory
Distribution Bar AddOnIE8 support is currently broken.
Simple UI component that can be used to present distribution between different groups (e.g. distribution of votes).
All eye candy (done with CSS3) does not work with IE or Opera. But main functionality is tested also with those browsers. To get better understanding try out the online demo. Code examples include all code and CSS needed to generate the demo application. Rest of the source code can be found in GitHub.
Add on is still on experimental level, and also my first add on. So be careful. APIs will most likely still change in the future versions.
Author HomepageOnline Demo
Source Code
VaadinDistributionBar version 0.1.0
First release.
VaadinDistributionBar version 0.2.0
0.1.0 -> 0.2.0 changes:
- CSS naming changed (update your CSS references)
- Split implementation to allow user agent specific implementations
- Widget is now disabled in IE6 and IE7 (allowed by split implementation)
- Opera transitions added
- Small CSS fixes/cleanups
Current TODO list for the future releases:
- nicer tooltips (for now there is only title attribute usage)
- IE6/7 support if possible (most likely this will not happen)
VaadinDistributionBar version 0.3.1
= 0.3.1 changes ===
- IE8 issues of 0.3.0 fixed
= 0.3.0 changes ===
- Now with XHTML tooltips. See online demo.