SummaryC

SummaryC is commonly used to emphasize significant data points within a dashboard. It requires labelColumn and valueColumn to be specified.

icon can be set to an empty string to prevent the default icon from displaying.

fontSizeRatio can be used to set the font size ration between the value size and the label size.

icon can also be used to assign a FontAwesome icon by class.

iconSizeRatio can be used to control the icon's size relative to the overall height.

colorFill sets the background color.

colorStroke sets the text and icon color.

iconBaseline controls the vertical placement of the icon.

playInterval can be used to cycle through multiple data rows. In the below example the play interval is set to 2000 milliseconds (two seconds).

iconColumn, colorFillColumn and colorStrokeColumn can be set to designate data row columns for these properties. This allows the properties to change for each data row.

API

Published Properties