| Modifier and Type | Method and Description |
|---|---|
void |
setData(NativeObject data)
Sets the data of chart by the
data property into native object. |
void |
setOptions(NativeObject options)
Sets the options of chart by the
options property into native object. |
void |
setPlugins(ArrayPlugin plugins)
Sets the inline plugins of chart by the
plugins property into native object. |
@JsProperty public void setOptions(NativeObject options)
options property into native object.options - options of chart as native object.@JsProperty public void setData(NativeObject data)
data property into native object.data - data of chart as native object.@JsProperty public void setPlugins(ArrayPlugin plugins)
plugins property into native object.plugins - inline plugins of chart as array of plugin native object.