Skip to content

Documentation / @ripl/charts / AxisTooltipRow

Interface: AxisTooltipRow ​

Defined in: charts/src/core/cartesian.ts:181

One row of a shared axis tooltip: a series' display label and its formatted value at the hovered category.

Properties ​

PropertyTypeDescriptionDefined in
labelstringThe series' display label.charts/src/core/cartesian.ts:183
valuestringThe series' formatted value at the hovered category.charts/src/core/cartesian.ts:185