Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "components/Bisector/index"

Component to render the cursor bisector for a graph

Index

Type aliases

Functions

Type aliases

BisectorProps

BisectorProps: Pick<Dimensions, "height"> & Partial<Pick<CommonProps, "color" | "graphIndex" | "graphWidth" | "tooltipEntryHeight" | "tooltipWidth">> & Pick<CommonProps, "data"> & Pick<TooltipStateManagement, "tooltipState">

Functions

Const Bisector

  • Bisector(__namedParameters: { color: ScaleOrdinal<string, string>; data: LineProps[]; graphIndex: number; graphWidth: number; height: number; tooltipEntryHeight: number; tooltipState: TooltipState; tooltipWidth: number }): Element
  • Cursor Line Bisector Component

    Parameters

    • __namedParameters: { color: ScaleOrdinal<string, string>; data: LineProps[]; graphIndex: number; graphWidth: number; height: number; tooltipEntryHeight: number; tooltipState: TooltipState; tooltipWidth: number }
      • color: ScaleOrdinal<string, string>
      • data: LineProps[]
      • graphIndex: number
      • graphWidth: number
      • height: number
      • tooltipEntryHeight: number
      • tooltipState: TooltipState
      • tooltipWidth: number

    Returns Element

Generated using TypeDoc