com.phloxui
Version:
PhloxUI Ng2+ Framework
6 lines (5 loc) • 341 B
TypeScript
import { PhloxDataChartModel } from './PhloxDataChartModel';
export declare class PhloxLineChartModel 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[]);
}