The labelName prop defines the string which will be used to label the value in the tooltip. If not passed the default behaviour is to try to use the key from the data set.
The props prop is used as the props to the tooltip component. These props are passed dowm to the tooltip component.
The standalone prop defines if the tooltip content will be returned for the simple, standalone tooltip, or if it will be formatted for the grouped tooltip for an axis.
The type prop defines which tooltip component function will be usedto render.
The value has to be in the name one of the passed functions in the
functions
list under the tooltipComponent
key.
Generated using TypeDoc
The labelFormat prop defines which label format function will be used. The value has to be in the name one of the passed functions in the
functions
list under thelabelFormat
key.The labelFormat prop in only used here when the tooltip is standalone. In the other cases the top level tooltip function is used from ChartWrapperTooltipProps.
'default'
ChartWrapperTooltipProps
ChartLabelFormatFunction
ChartInterface.functions