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.

12 lines (11 loc) 573 B
export { BarChart } from './charts/BarChart'; export { HorizontalBarChart } from './charts/HorizontalBarChart'; export { LineChart } from './charts/LineChart'; export { PieChart } from './charts/PieChart'; export { RadarChart } from './charts/RadarChart'; export { ScatterChart } from './charts/ScatterChart'; export { BubbleChart } from './charts/BubbleChart'; export { CandleStickChart } from './charts/CandleStickChart'; export { CombinedChart } from './charts/CombinedChart'; export { ChartTraceCategory } from './utils/Utils'; export declare function install(): void;