Billboard.js
UI Extension
Billboard.js is a re-usable, easy-to-use charting library based on D3.js with a familiar API and chart types.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #133
KEY FEATURES
D3.js-based
Line/Bar/Pie charts
Gauge charts
Bubble charts
Responsive
Themes
Plugin system
Usage Example
Here's how you'll use Billboard.js with Oorian once the extension is available:
Java
// Create and configure Billboard.js component
Billboardjs component = new Billboardjs();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, BillboardjsEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.