Directory

← Back

d3Gauge

Vaadin Gauge component based on D3

Author

Contributors

Rating

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

(Loading compatibility data...)

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
Online