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.

9 lines (8 loc) 267 B
import { BarLineScatterCandleBubbleData } from './BarLineScatterCandleBubbleData'; /** * Data object that encapsulates all data associated with a LineChart. * */ export class LineData extends BarLineScatterCandleBubbleData { } //# sourceMappingURL=LineData.js.map