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.
{
  "name": "chart.options.axes.left.title",
  "metaInformation": "widgetOption",
  "values": ["SUM"]
}
 
chart.options.axes.bottom.mapsTo widgetOption String A mapping between the bottom axis of the chart and a value in the result set.
{
  "name": "chart.options.axes.bottom.mapsTo",
  "metaInformation": "widgetOption",
  "values": ["group"]
}
 
chart.options.axes.bottom.title widgetOption String A textual string that is shown on the bottom axis of a chart.
{
  "name": "chart.options.axes.bottom.title",
  "metaInformation": "widgetOption",
  "values": ["Supplier ID"]
}
 
chart.options.axes.left.mapsTo widgetOption String A mapping between the left axis of the chart and a value in the result set.
{
  "name": "chart.options.axes.left.mapsTo",
  "metaInformation": "widgetOption",
  "values": ["value"]
}
 
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.
{
  "name": "chart.options.axes.bottom.scaleType",
  "metaInformation": "widgetOption",
  "values": ["labels"]
}
label, time, linear
chart.options.tooltip.showTotal widgetOption null null
{
  "name": "chart.options.tooltip.showTotal",
  "metaInformation": "widgetOption",
  "values": ["true"]
}
 
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.
{
  "name": "chart.options.title",
  "metaInformation": "widgetOption",
  "values": ["Past due order line revenue by supplier"]
}
 
Total attributes: 7