d3Gauge
Vaadin Gauge component based on D3
An easy to use and customizable server side Gauge component.
For usage information please check the demo and the github repository
Sample code
Gauge gauge = new Gauge("Memory",76,200); layout.addComponent(gauge);
GaugeConfig config = new GaugeConfig(); config.setStyle(GaugeStyle.STYLE_DARK.toString()); config.setMin(-100); Gauge gauge = new Gauge("Custom",14,200,config); layout.addComponent(gauge);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Removed an unneeded entry in the pom file
- Released
- 2014-10-27
- Maturity
- BETA
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 7.0+
- Browser
- Firefox
- Opera
- Safari
- Google Chrome
- Internet Explorer
- Internet Explorer
- Internet Explorer
d3Gauge - Vaadin Add-on Directory
Vaadin Gauge component based on D3An easy to use and customizable server side Gauge component.
For usage information please check the demo and the github repository
Online DemoIssue Tracker
Source Code
Author Homepage
Discussion Forum
d3Gauge version 1.0.1
Removed an unneeded entry in the pom file