Skip to content

Documentation / @ripl/charts / GaugeChartValueEvent

Interface: GaugeChartValueEvent

Defined in: charts/src/charts/gauge.ts:76

Payload emitted for gauge value interaction events.

Properties

PropertyTypeDescriptionDefined in
valuenumberThe gauge's current (clamped) value.charts/src/charts/gauge.ts:82
xnumberThe x coordinate (in chart pixels) of the value arc's centroid.charts/src/charts/gauge.ts:78
ynumberThe y coordinate (in chart pixels) of the value arc's centroid.charts/src/charts/gauge.ts:80