UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

18 lines (17 loc) 600 B
export declare class PhloxDataChartModel { chartType: string; dataTable: any[]; formatters: any[]; options: any; title: string; subtitle: string; cols: any[]; rows: any[]; constructor(chartType: string, dataTable?: any[], formatters?: any[], options?: any, title?: string, subtitle?: string, width?: string, height?: string, cols?: any[], rows?: any[]); addFormatters(formatters: any[]): void; addDataTable(dataTable: any): void; setCols(cols: any[]): void; addCols(cols: any): void; setRows(rows: any[]): void; addRows(rows: any): void; }