Options
All
  • Public
  • Public/Protected
  • All
Menu

Module RasterPlotTooltipContent

Index

Functions

RasterPlotTooltipContent

  • RasterPlotTooltipContent(props: Props): null
  • Adds tooltip content that shows the series name and the (time, value) of the selected point.

    series name
    time, value

    Registers the tooltip-content provider with the ChartContext so that when d3 fires a mouse-over event on a series. The content provider is returns the {@link addTooltipContent} function when called. And when called the {@link addTooltipContent} function adds the actual tooltip content to the SVG element.

    Parameters

    • props: Props

      The properties describing the tooltip content

    Returns null

    null

Generated using TypeDoc