InformationGrid webcomponents documentation

ig-chart #

Overview #

A Chart component renders a chart for the configured data.

Properties #

Property Attribute Description Type Default
chartId chart-id Identifier of the chart configuration string undefined
resourceId resource-id Optionally, a resource identifier to filter the configured data to one specific resource. string undefined

Methods #

refresh() => Promise<void> #

Refreshes the chart by fetching the data again for the given chartId.

Returns #

Type: Promise<void>