UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

6 lines (5 loc) 340 B
import { PhloxDataChartModel } from './PhloxDataChartModel'; export declare class PhloxPieChartModel extends PhloxDataChartModel { static readonly CHART_TYPE: string; constructor(dataTable?: any[], formatters?: any[], options?: any, title?: string, subtitle?: string, width?: string, height?: string, cols?: any[], rows?: any[]); }