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 ​
| Property | Type | Description | Defined in |
|---|---|---|---|
label | string | The series' display label. | charts/src/core/cartesian.ts:183 |
value | string | The series' formatted value at the hovered category. | charts/src/core/cartesian.ts:185 |