Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @swim/chart

@swim/chart

Multi-plot, fully animatable, canvas rendered chart widget, suppporting line, area, and bubble graphs, with customizeable axes, and kinematic multitouch scale gestures for panning and zooming with momentum.

Index

Type aliases

AnyAreaGraphView

AnyAreaGraphView<X, Y>: AreaGraphView<X, Y> | AreaGraphViewInit<X, Y>

Type parameters

  • X

  • Y

AnyAxisView

AnyAxisView<D>: AxisView<D> | AxisViewInit<D>

Type parameters

  • D

AnyBubblePlotView

AnyBubblePlotView<X, Y>: BubblePlotView<X, Y> | BubblePlotViewInit<X, Y>

Type parameters

  • X

  • Y

AnyChartView

AnyChartView<X, Y>: ChartView<X, Y> | ChartViewInit<X, Y>

Type parameters

  • X

  • Y

AnyDatumView

AnyDatumView<X, Y>: DatumView<X, Y> | AnyDatum<X, Y>

Type parameters

  • X

  • Y

AnyGraphView

AnyGraphView<X, Y>: GraphView<X, Y> | GraphViewInit<X, Y> | GraphType

Type parameters

  • X

  • Y

AnyLineGraphView

AnyLineGraphView<X, Y>: LineGraphView<X, Y> | LineGraphViewInit<X, Y>

Type parameters

  • X

  • Y

AnyPlotView

AnyPlotView<X, Y>: PlotView<X, Y> | PlotViewInit<X, Y> | PlotType

Type parameters

  • X

  • Y

AnyTickView

AnyTickView<D>: TickView<D> | TickViewInit<D>

Type parameters

  • D

AxisOrientation

AxisOrientation: "top" | "right" | "bottom" | "left"

ChartDomainBounds

ChartDomainBounds<D>: [D | boolean, D | boolean]

Type parameters

  • D

ChartDomainPadding

ChartDomainPadding<D>: [D | null, D | null]

Type parameters

  • D

DatumCategory

DatumCategory: "flat" | "increasing" | "decreasing" | "maxima" | "minima"

DatumLabelPlacement

DatumLabelPlacement: "auto" | "above" | "below"

GraphType

GraphType: "line" | "area"

PlotType

PlotType: "bubble" | "line" | "area"

TickOrientation

TickOrientation: "top" | "right" | "bottom" | "left"