HTML Chart Control

HTML Chart Control API

Properties
Property Description
title String. The display name of the chart control
type Enum string. Defines a list of supported chart types:
pieChart
lineChart
columnChart
barChart
stackedBarChart
stackedAreaChart
columnLineChart
barChart3D
stackedColumnChart
width String. Defines chart width in pixels or percentage of panel size. Default is 100% .
height String. Defines chart height in pixels or percentage of panel size. Default is 100% .
datasource String. Defines the id value of the datasource.
showLegendOnLoad Boolean. Defines whether to show the legend on loading. The default is true .
showDataTips Boolean. Defines whether to show data tips during mouse over. The default is true .
showLabels Boolean. true to show data labels and false otherwise. The default is true .
legendLocation String. bottom is only supported value.
refreshWorkflowRuleId String. Defines the name of the default workflow rule used to render the data.
groupingAxis Object of chartAxis type. Defines the grouping axis properties.
dataAxis[ ] Array of chartDataAxis type. Defines a list of data axis properties.
data[ ] JSON data retrieved from the server.
fieldDefs[ ] Field definition including field heading and field type