UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

73 lines (72 loc) 4.28 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { IgcLineSeriesModule } from './igc-line-series-module'; import { IgcAreaSeriesModule } from './igc-area-series-module'; import { IgcColumnSeriesModule } from './igc-column-series-module'; import { IgcNumericYAxisModule } from './igc-numeric-y-axis-module'; import { IgcTimeXAxisModule } from './igc-time-x-axis-module'; import { IgcTimeAxisBreakModule } from './igc-time-axis-break-module'; import { IgcTimeAxisIntervalModule } from './igc-time-axis-interval-module'; import { IgcTimeAxisLabelFormatModule } from './igc-time-axis-label-format-module'; import { IgcCategoryXAxisModule } from './igc-category-x-axis-module'; import { IgcOrdinalTimeXAxisModule } from './igc-ordinal-time-x-axis-module'; import { IgcPercentChangeYAxisModule } from './igc-percent-change-y-axis-module'; import { IgcFinancialPriceSeriesModule } from './igc-financial-price-series-module'; import { IgcDataChartCategoryTrendLineModule } from './igc-data-chart-category-trend-line-module'; import { IgcIndicatorsModule } from './igc-indicators-module'; import { IgcOverlaysModule } from './igc-overlays-module'; import { IgcZoomSliderModule } from './igc-zoom-slider-module'; import { IgcCrosshairLayerModule } from './igc-crosshair-layer-module'; import { IgcCalloutLayerModule } from './igc-callout-layer-module'; import { IgcItemToolTipLayerModule } from './igc-item-tool-tip-layer-module'; import { IgcCategoryToolTipLayerModule } from './igc-category-tool-tip-layer-module'; import { IgcCategoryHighlightLayerModule } from './igc-category-highlight-layer-module'; import { IgcCategoryItemHighlightLayerModule } from './igc-category-item-highlight-layer-module'; import { IgcDataToolTipLayerModule } from './igc-data-tool-tip-layer-module'; import { IgcFinalValueLayerModule } from './igc-final-value-layer-module'; import { IgcNumberAbbreviatorModule } from './igc-number-abbreviator-module'; import { IgcDataChartInteractivityModule } from './igc-data-chart-interactivity-module'; import { IgcDataChartAnnotationModule } from './igc-data-chart-annotation-module'; import { IgcFinancialLegendModule } from './igc-financial-legend-module'; import { IgcFinancialChartCoreModule } from './igc-financial-chart-core-module'; var IgcFinancialChartModule = /** @class */ /*@__PURE__*/ (function () { function IgcFinancialChartModule() { } IgcFinancialChartModule.register = function () { IgcLineSeriesModule.register(); IgcAreaSeriesModule.register(); IgcColumnSeriesModule.register(); IgcNumericYAxisModule.register(); IgcTimeXAxisModule.register(); IgcTimeAxisBreakModule.register(); IgcTimeAxisIntervalModule.register(); IgcTimeAxisLabelFormatModule.register(); IgcCategoryXAxisModule.register(); IgcOrdinalTimeXAxisModule.register(); IgcPercentChangeYAxisModule.register(); IgcFinancialPriceSeriesModule.register(); IgcDataChartCategoryTrendLineModule.register(); IgcIndicatorsModule.register(); IgcOverlaysModule.register(); IgcZoomSliderModule.register(); IgcCrosshairLayerModule.register(); IgcCalloutLayerModule.register(); IgcItemToolTipLayerModule.register(); IgcCategoryToolTipLayerModule.register(); IgcCategoryHighlightLayerModule.register(); IgcCategoryItemHighlightLayerModule.register(); IgcDataToolTipLayerModule.register(); IgcFinalValueLayerModule.register(); IgcNumberAbbreviatorModule.register(); IgcDataChartInteractivityModule.register(); IgcDataChartAnnotationModule.register(); IgcFinancialLegendModule.register(); IgcFinancialChartCoreModule.register(); }; return IgcFinancialChartModule; }()); export { IgcFinancialChartModule };