Summary

Summary 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.

hideMoreWrapper can hide the 'more info' section.

textFontSize can be used to set the label font size.

headerFontSize can be used to set the value font size.

icon can also be used to specify a class to be given to the icon's html element. In the example below a FontAwesome class is assigned.

colorFill sets the background color.

colorStroke sets the text and icon color.

moreIcon can be used to specify a class to be given to the 'more info' icon's html element. In the example below a FontAwesome class is assigned.

moreText can be used to specify content for the 'more info' section.

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

If moreTextHTML is set to true then the content within moreText will be rendered as HTML.

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, moreIconColumn, moreTextColumn, 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