A chart widget is used to display content about the subject entity and associated entities in a graphical form.
The following options can be configured when creating a chart widget:
| Type | Description |
|---|---|
| Chart configuration | Chart configuration in JSON using the Highcharts
API v 3.0.6. When creating a chart, the data to be displayed in the chart must be
specified, all other chart options have default values. Typically, the data for a chart is
defined in the series key of the chart configuration as
follows:
See
Defining Charts in Application Builder for detailed
information and examples of creating JSON charts.Note: When specifying JSON in Application Builder, all values and keys must be specified in
quotation marks ("") except Boolean and number values. See the chart examples for
valid JSON syntax examples in Application Builder.
The Highcharts API has been augmented with the following options to enable integration with Application Builder content: The following series options are available:
The following chart option is also available:
Important: The Application Builder
implementation of the Highcharts API does not support the use of JavaScript functions. Any items identified as
a function in the Highcharts API are therefore not supported.
|