Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "components/Overlay/index"

File containing the Overlay Component that is the wrapper around cursor interaction with the graph

Index

Type aliases

Functions

Type aliases

OverlayProps

OverlayProps: RangeSelectionStateManagement & TooltipStateManagement & Dimensions & Pick<Scales, "xScale"> & Partial<Pick<CommonProps, "color" | "graphIndex" | "tooltipEntryHeight">> & Pick<ModeTypeStateManagement, "mode"> & Pick<CommonProps, "data">

All Overlay's Props

Functions

Const Overlay

  • Overlay(__namedParameters: { color: ScaleOrdinal<string, string>; data: LineProps[]; graphIndex: number; height: number; mode: ModeTypes; rangeSelectionState: RangeSelectionState; setRangeSelectionState: (rangeSelectionState: RangeSelectionState) => void; setTooltipState: (tooltipState: TooltipState) => void; tooltipEntryHeight: number; tooltipState: TooltipState; width: number; xScale: ScaleLinear<number, number> }): Element

Generated using TypeDoc