Chart widget properties
Chart widgets delegate to Carbon charts. Each supported chart has a set of input properties and criteria that can be set.
Attribute | Meta information | Data type | Description | Possible values |
---|---|---|---|---|
chart.options.axes.left.title |
widgetOption |
String |
A textual string that is shown on the left axis of a
chart.
|
|
chart.options.axes.bottom.mapsTo |
widgetOption |
String |
A mapping between the bottom axis of the chart and a value in the result
set.
|
|
chart.options.axes.bottom.title |
widgetOption |
String |
A textual string that is shown on the bottom axis of a
chart.
|
|
chart.options.axes.left.mapsTo |
widgetOption |
String |
A mapping between the left axis of the chart and a value in the result
set.
|
|
chart.options.axes.bottom.scaleType |
widgetOption |
String |
Defines what to show on the bottom of a chart. If showing a text label, use label. For
numbers, use linear.
|
label, time, linear |
chart.options.tooltip.showTotal |
widgetOption |
null |
null
|
|
chart.options.title |
widgetOption |
String |
In general, any property that the Carbon chart accepts can be passed to it using this syntax.
See the Carbon input properties.
|
|
Total attributes: 7 |