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 ​
| Property | Type | Description | Defined in |
|---|---|---|---|
rows | AxisTooltipRow[] | One row per active series at the hovered category. | charts/src/core/cartesian.ts:193 |
title | string | The hovered category's display title (the tooltip's first line). | charts/src/core/cartesian.ts:191 |
x | number | X coordinate the tooltip anchors to, in chart pixels. | charts/src/core/cartesian.ts:195 |
y | number | Y coordinate the tooltip anchors to, in chart pixels. | charts/src/core/cartesian.ts:197 |