PointerValue
@elastic/charts • Exports
@elastic/charts / PointerValue
Interface: PointerValue<D>
Contains the value of the non-dependent variable at the point where the mouse pointer is.
Contents
Extended By
Type parameters
Properties
formattedValue
formattedValue:
string
The formatted value to display
Source
packages/charts/src/state/types.ts:170
value
value:
any
The value
Source
packages/charts/src/state/types.ts:166
valueAccessor?
valueAccessor?:
Accessor
<D
>
The accessor linked to the current tooltip value
Source
packages/charts/src/state/types.ts:174
Generated using typedoc-plugin-markdown and TypeDoc