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.

11 lines (10 loc) 204 B
/** * Abstract baseclass of all Renderers. * */ export class Renderer { constructor(viewPortHandler) { this.mViewPortHandler = viewPortHandler; } } //# sourceMappingURL=Renderer.js.map