Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Namespaces

Interfaces

Type Aliases

Functions

Type Aliases

ZoomDomain: { x?: [Date, Date] }

The zoom domain for the chart data.

Type declaration

  • Optional x?: [Date, Date]

    The start and end dates for the zoom level.

Functions

  • createChartFactory(data: ChartData, zoomDomain: ZoomDomain, handleZoom: ((domain: ZoomDomain) => void), curVar: string, minMax: boolean): ((index?: number) => Element)
  • default(__namedParameters: ChartProps): JSX.Element

Generated using TypeDoc