UNPKG

@nativescript-community/ui-chart

Version:

A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.

10 lines (9 loc) 417 B
export { BarChart } from './BarChart'; export { HorizontalBarChart } from './HorizontalBarChart'; export { LineChart } from './LineChart'; export { PieChart } from './PieChart'; export { RadarChart } from './RadarChart'; export { ScatterChart } from './ScatterChart'; export { BubbleChart } from './BubbleChart'; export { CandleStickChart } from './CandleStickChart'; export { CombinedChart } from './CombinedChart';