import { ColorFactory } from "../../shared/factory/color-factory"; import * as i0 from "@angular/core"; export declare class LineChartComponent { /** * Label to display to the left of the chart */ label: string; /** * Time Data used to render chart */ data: any[][]; /** * Apex charts configuration */ chartConfig: any; /** * Factory used to determine color based on bar value * @type {ColorFactory} */ colorFactory: typeof ColorFactory; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }