Package | Description |
---|---|
com.orchestranetworks.addon.dqid.chart |
Provides classes to define charts and write them to an HTML document.
|
Modifier and Type | Method and Description |
---|---|
static void |
Chart.prepare(com.orchestranetworks.ui.UIComponentWriter writer,
Template template)
Deprecated.
From 2.6.1, please use the new API
Chart.prepareResources(UIComponentWriter, Template) instead. |
void |
Chart.prepareResources(com.orchestranetworks.ui.UIComponentWriter writer,
Template template)
Prepares the framework using a specific Template object that specifies global options for all
charts.
|