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

In this article:

  • Type declaration
  • Type Parameters
  • Type declaration
  • Type Parameters

API / Configuration / TooltipDataChunk

TooltipDataChunk<T>: TooltipDataChunkBarX<T> | TooltipDataChunkBarY<T> | TooltipDataChunkPie<T> | TooltipDataChunkScatter<T> | TooltipDataChunkLine<T> | TooltipDataChunkArea<T> | TooltipDataChunkTreemap<T> | TooltipDataChunkSankey<T> | TooltipDataChunkWaterfall<T> | TooltipDataChunkRadar<T> & object

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

Type declarationType declaration

Name Type
closest? boolean

Type ParametersType Parameters

Type Parameter Default type
T MeaningfulAny
Previous
SymbolLegendSymbolOptions
Next
TooltipDataChunkArea