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.

7 lines (6 loc) 285 B
import { BarBuffer } from './BarBuffer'; import { IBarDataSet } from '../interfaces/datasets/IBarDataSet'; export declare class HorizontalBarBuffer extends BarBuffer { constructor(size: number, dataSetCount: number, containsStacks: boolean); feed(data: IBarDataSet): number; }