Skip to content

Documentation / @ripl/charts / GaugeChartValueEvent

Interface: GaugeChartValueEvent ​

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

Payload emitted for gauge value interaction events.

Properties ​

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