UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

41 lines (40 loc) 3.49 kB
import { Component, forwardRef, ChangeDetectionStrategy } from '@angular/core'; import { IgxStackedColumnSeriesComponent } from "./igx-stacked-column-series-component"; import { IgxHorizontalStackedSeriesBaseComponent } from "./igx-horizontal-stacked-series-base-component"; import { IgxStackedSeriesBaseComponent } from "./igx-stacked-series-base-component"; import { IgxCategorySeriesComponent } from "./igx-category-series-component"; import { IgxMarkerSeriesComponent } from "./igx-marker-series-component"; import { IgxSeriesComponent } from "./igx-series-component"; import { Stacked100ColumnSeries } from "./Stacked100ColumnSeries"; import * as i0 from "@angular/core"; /** * Represents a IgxDataChartComponent stacked100 column series. */ export class IgxStacked100ColumnSeriesComponent extends IgxStackedColumnSeriesComponent { createImplementation() { return new Stacked100ColumnSeries(); } /** * @hidden */ get i() { return this._implementation; } constructor() { super(); } get isPercentBased() { return this.i.aci; } static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0-rc.1", ngImport: i0, type: IgxStacked100ColumnSeriesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); } static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.0.0-rc.1", type: IgxStacked100ColumnSeriesComponent, isStandalone: true, selector: "igx-stacked-100-column-series", providers: [{ provide: IgxStackedColumnSeriesComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }, { provide: IgxHorizontalStackedSeriesBaseComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }, { provide: IgxStackedSeriesBaseComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }, { provide: IgxCategorySeriesComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }, { provide: IgxMarkerSeriesComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }, { provide: IgxSeriesComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }], usesInheritance: true, ngImport: i0, template: ``, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); } } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0-rc.1", ngImport: i0, type: IgxStacked100ColumnSeriesComponent, decorators: [{ type: Component, args: [{ selector: 'igx-stacked-100-column-series', template: ``, providers: [{ provide: IgxStackedColumnSeriesComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }, { provide: IgxHorizontalStackedSeriesBaseComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }, { provide: IgxStackedSeriesBaseComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }, { provide: IgxCategorySeriesComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }, { provide: IgxMarkerSeriesComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }, { provide: IgxSeriesComponent, useExisting: forwardRef(() => IgxStacked100ColumnSeriesComponent) }], changeDetection: ChangeDetectionStrategy.OnPush }] }], ctorParameters: () => [] });