@shikshalokam/sl-reports-library
Version:
Library to integrate questionnaire in SL Projects
21 lines (20 loc) • 951 B
TypeScript
import { OnInit } from "@angular/core";
import { ChartDataset, ChartType } from "chart.js";
import * as stackedBar from "chartjs-plugin-stacked100";
import * as pluginDataLabels from "chartjs-plugin-datalabels";
import * as i0 from "@angular/core";
export declare class PercentageColumnChartsComponent implements OnInit {
chartCanvas: any;
chartData: any;
submiisionDateArray: any;
barChartData: ChartDataset[];
barChartOptions: any;
barChartLabels: any[];
barChartType: ChartType;
barChartLegend: boolean;
barChartPlugins: (typeof stackedBar | typeof pluginDataLabels)[];
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PercentageColumnChartsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PercentageColumnChartsComponent, "sl-percentage-column-charts", never, { "chartData": { "alias": "chartData"; "required": false; }; }, {}, never, never, false, never>;
}