Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "components/LineChart/BaseChart/index"

File containing the BaseChart Wrapped by the LineChart component

Index

Interfaces

Type aliases

Variables

Functions

Type aliases

BaseLineChartProps

BaseLineChartProps: BaseChartSelfProps & DomainStateManagement & TooltipStateManagement & RangeSelectionStateManagement & Dimensions & Scales & Partial<Pick<CommonProps, "color" | "graphIndex" | "tooltipEntryHeight" | "contextHeight">> & Pick<CommonProps, "data"> & Pick<ModeTypeStateManagement, "mode">

All BaseLineChart's Props

Variables

Const CONTEXT_HEIGHT

CONTEXT_HEIGHT: 40 = 40

Functions

Const BaseChart

  • BaseChart(__namedParameters: { color: ScaleOrdinal<string, string>; contextData: LineProps[]; contextHeight: number; data: LineProps[]; domainState: DomainState; filteredData: LineProps[]; graphIndex: number; height: number; margin: Margin; mode: ModeTypes; rangeSelectionState: RangeSelectionState; rangeSelections: TRangeSelection[]; setDomainState: (domainState: DomainState) => void; setRangeSelectionState: (rangeSelectionState: RangeSelectionState) => void; setTooltipState: (tooltipState: TooltipState) => void; tooltipEntryHeight: number; tooltipState: TooltipState; width: number; xScale: ScaleLinear<number, number>; xScaleContext: ScaleLinear<number, number>; yScale: ScaleLinear<number, number>; yScaleContext: ScaleLinear<number, number> }): Element

Generated using TypeDoc