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) 282 B
import Shape from '@nativescript-community/ui-canvas/shapes/shape'; import { ImageSource } from '@nativescript/core/image-source'; /** * Created by Philipp Jahoda on 02/06/16. */ export interface BaseEntry { icon?: ImageSource | Shape; data?: any; [k: string]: any; }