D3Cloud
UI Extension
d3-cloud is a Wordle-inspired word cloud layout for D3.js with configurable font sizes, colors, and spiral algorithms.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #166
KEY FEATURES
Word cloud
D3.js integration
Custom fonts
Spiral algorithms
Color functions
Size scaling
Rotation
Usage Example
Here's how you'll use D3Cloud with Oorian once the extension is available:
Java
// Create and configure D3Cloud component
D3Cloud component = new D3Cloud();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, D3CloudEvent.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.