UNPKG

@covalent/echarts

Version:
188 lines (176 loc) 9.11 kB
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('echarts/lib/chart/scatter'), require('@angular/core'), require('@covalent/echarts/base')) : typeof define === 'function' && define.amd ? define('@covalent/echarts/scatter', ['exports', '@angular/common', 'echarts/lib/chart/scatter', '@angular/core', '@covalent/echarts/base'], factory) : (factory((global.covalent = global.covalent || {}, global.covalent.echarts = global.covalent.echarts || {}, global.covalent.echarts.scatter = {}),global.ng.common,null,global.ng.core,global.covalent.echarts.base)); }(this, (function (exports,common,scatter,core,base) { 'use strict'; /*! ***************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT. See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ /* global Reflect, Promise */ var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return extendStatics(d, b); }; function __extends(d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); } /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,uselessCode} checked by tsc */ var TdChartSeriesScatterComponent = /** @class */ (function (_super) { __extends(TdChartSeriesScatterComponent, _super); function TdChartSeriesScatterComponent(_optionsService) { return _super.call(this, 'scatter', _optionsService) || this; } /** * @return {?} */ TdChartSeriesScatterComponent.prototype.getConfig = /** * @return {?} */ function () { return { coordinateSystem: this.coordinateSystem, xAxisIndex: this.xAxisIndex, yAxisIndex: this.yAxisIndex, polarIndex: this.polarIndex, geoIndex: this.geoIndex, calendarIndex: this.calendarIndex, hoverAnimation: this.hoverAnimation, legendHoverLink: this.legendHoverLink, symbol: this.symbol, symbolSize: this.symbolSize, symbolRotate: this.symbolRotate, symbolKeepAspect: this.symbolKeepAspect, symbolOffset: this.symbolOffset, large: this.large, largeThreshold: this.largeThreshold, cursor: this.cursor, label: this.label, itemStyle: this.itemStyle, emphasis: this.emphasis, progressive: this.progressive, progressiveThreshold: this.progressiveThreshold, dimensions: this.dimensions, encode: this.encode, seriesLayoutBy: this.seriesLayoutBy, datasetIndex: this.datasetIndex, markPoint: this.markPoint, markLine: this.markLine, markArea: this.markArea, zlevel: this.zlevel, z: this.z, silent: this.silent, }; }; TdChartSeriesScatterComponent.decorators = [ { type: core.Component, args: [{ selector: 'td-chart-series[td-scatter]', template: '', changeDetection: core.ChangeDetectionStrategy.OnPush, providers: [{ provide: base.TdSeriesComponent, useExisting: core.forwardRef(function () { return TdChartSeriesScatterComponent; }), }] }] } ]; /** @nocollapse */ TdChartSeriesScatterComponent.ctorParameters = function () { return [ { type: base.TdChartOptionsService } ]; }; TdChartSeriesScatterComponent.propDecorators = { coordinateSystem: [{ type: core.Input, args: ['coordinateSystem',] }], xAxisIndex: [{ type: core.Input, args: ['xAxisIndex',] }], yAxisIndex: [{ type: core.Input, args: ['yAxisIndex',] }], polarIndex: [{ type: core.Input, args: ['polarIndex',] }], geoIndex: [{ type: core.Input, args: ['geoIndex',] }], calendarIndex: [{ type: core.Input, args: ['calendarIndex',] }], hoverAnimation: [{ type: core.Input, args: ['hoverAnimation',] }], legendHoverLink: [{ type: core.Input, args: ['legendHoverLink',] }], symbol: [{ type: core.Input, args: ['symbol',] }], symbolSize: [{ type: core.Input, args: ['symbolSize',] }], symbolRotate: [{ type: core.Input, args: ['symbolRotate',] }], symbolKeepAspect: [{ type: core.Input, args: ['symbolKeepAspect',] }], symbolOffset: [{ type: core.Input, args: ['symbolOffset',] }], large: [{ type: core.Input, args: ['large',] }], largeThreshold: [{ type: core.Input, args: ['largeThreshold',] }], cursor: [{ type: core.Input, args: ['cursor',] }], label: [{ type: core.Input, args: ['label',] }], itemStyle: [{ type: core.Input, args: ['itemStyle',] }], emphasis: [{ type: core.Input, args: ['emphasis',] }], progressive: [{ type: core.Input, args: ['progressive',] }], progressiveThreshold: [{ type: core.Input, args: ['progressiveThreshold',] }], dimensions: [{ type: core.Input, args: ['dimensions',] }], encode: [{ type: core.Input, args: ['encode',] }], seriesLayoutBy: [{ type: core.Input, args: ['seriesLayoutBy',] }], datasetIndex: [{ type: core.Input, args: ['datasetIndex',] }], markPoint: [{ type: core.Input, args: ['markPoint',] }], markLine: [{ type: core.Input, args: ['markLine',] }], markArea: [{ type: core.Input, args: ['markArea',] }], zlevel: [{ type: core.Input, args: ['zlevel',] }], z: [{ type: core.Input, args: ['z',] }], silent: [{ type: core.Input, args: ['silent',] }] }; return TdChartSeriesScatterComponent; }(base.TdSeriesComponent)); /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,uselessCode} checked by tsc */ /** @type {?} */ var SCATTER_MODULE_COMPONENTS = [ TdChartSeriesScatterComponent, ]; var CovalentScatterEchartsModule = /** @class */ (function () { function CovalentScatterEchartsModule() { } CovalentScatterEchartsModule.decorators = [ { type: core.NgModule, args: [{ imports: [ common.CommonModule, ], declarations: [ SCATTER_MODULE_COMPONENTS, ], exports: [ SCATTER_MODULE_COMPONENTS, ], },] } ]; return CovalentScatterEchartsModule; }()); /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,uselessCode} checked by tsc */ /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,uselessCode} checked by tsc */ /** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,missingReturn,uselessCode} checked by tsc */ exports.SCATTER_MODULE_COMPONENTS = SCATTER_MODULE_COMPONENTS; exports.CovalentScatterEchartsModule = CovalentScatterEchartsModule; exports.TdChartSeriesScatterComponent = TdChartSeriesScatterComponent; Object.defineProperty(exports, '__esModule', { value: true }); }))); //# sourceMappingURL=covalent-echarts-scatter.umd.js.map