Interface INumberSeriesChartParams

A series chart differs to a number chart in that it displays how a value changes over time.

If configured (coming soon) it will sample an attribute's history. If not configured to show history then it will show the value changing in real time.

Hierarchy

  • INumberSeriesChartParams

Properties

textSuffix?: string
title?: string
type: "LINE"
value?: number
valueAttrPath: string

Generated using TypeDoc