Logo iconCharts
  • Github ➚
  • Overview
  • Get started
    • Overview
      • Overview
      • AxisCrosshair
      • AxisPlot
      • AxisPlotBand
      • AxisPlotLine
      • BaseLegendSymbol
      • ChartAxis
      • ChartAxisLabels
      • ChartAxisTitleAlignment
      • ChartAxisType
      • ChartData
      • ChartLegend
      • ChartMargin
      • ChartOptions
      • ChartSplit
      • ChartTitle
      • ChartTooltip
      • ChartTooltipRendererArgs
      • ChartXAxis
      • ChartYAxis
      • PathLegendSymbolOptions
      • PlotLayerPlacement
      • RectLegendSymbolOptions
      • SplitPlotOptions
      • SymbolLegendSymbolOptions
      • TooltipDataChunk
      • TooltipDataChunkArea
      • TooltipDataChunkBarX
      • TooltipDataChunkBarY
      • TooltipDataChunkLine
      • TooltipDataChunkPie
      • TooltipDataChunkRadar
      • TooltipDataChunkSankey
      • TooltipDataChunkScatter
      • TooltipDataChunkTreemap
      • TooltipDataChunkWaterfall

In this article:

  • Type Parameters
  • Properties
  • Type Parameters
  • Properties

API / Configuration / ChartTooltip

Defined in: src/types/chart/tooltip.ts:104

Type ParametersType Parameters

Type Parameter Default type
T MeaningfulAny

PropertiesProperties

Property Type Description
enabled? boolean -
pin? object -
pin.enabled? boolean -
pin.modifierKey? "altKey" | "metaKey" -
renderer? (args: ChartTooltipRendererArgs<T>) => null | ReactElement Specifies the renderer for the tooltip. If returned null default tooltip renderer will be used.
throttle? number Show tooltip at most once per every throttle milliseconds
valueFormat? ValueFormat Formatting settings for tooltip value.
Previous
ChartTitle
Next
ChartTooltipRendererArgs