Options
All
  • Public
  • Public/Protected
  • All
Menu

Library @swim/pie

Swim Pie Library

The Swim Pie library implements multi-slice, fully animatable, canvas rendered pie chart views.

Index

Type aliases

AnyPieView

AnyPieView: PieView | PieViewInit

AnySliceView

AnySliceView: SliceView | SliceViewInit

PieTitle

PieTitle: PieTitleFunction | string

PieTitleFunction

PieTitleFunction: (pieTrait: PieTrait) => GraphicsView | string | null

Type declaration

SliceLabel

SliceLabel: SliceLabelFunction | string

SliceLabelFunction

SliceLabelFunction: (sliceTrait: SliceTrait | null) => GraphicsView | string | null

Type declaration

SliceLegend

SliceLegend: SliceLegendFunction | string

SliceLegendFunction

SliceLegendFunction: (sliceTrait: SliceTrait | null) => GraphicsView | string | null

Type declaration

Generated using TypeDoc