AmCharts

UI Extension

amCharts is a JavaScript charting library with interactive maps, gauges, and Venn diagrams. Features animated transitions and responsive design.

Status
Planned
Supported Version
TBD
Licensing
Free / Commercial
Priority
Rank #132
KEY FEATURES
Interactive charts
Map charts
Gauges
Venn diagrams
Animated transitions
Responsive
Themes
Usage Example

Here's how you'll use AmCharts with Oorian once the extension is available:

Java
// Create and configure AmCharts component
AmCharts component = new AmCharts();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, AmChartsEvent.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.