Skip to content

Documentation / @ripl/charts / AxisTooltipSnapshot

Interface: AxisTooltipSnapshot ​

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

The shared axis-tooltip content at a hovered plot position.

Properties ​

PropertyTypeDescriptionDefined in
rowsAxisTooltipRow[]One row per active series at the hovered category.charts/src/core/cartesian.ts:193
titlestringThe hovered category's display title (the tooltip's first line).charts/src/core/cartesian.ts:191
xnumberX coordinate the tooltip anchors to, in chart pixels.charts/src/core/cartesian.ts:195
ynumberY coordinate the tooltip anchors to, in chart pixels.charts/src/core/cartesian.ts:197