@bixi/chart
Advanced tools
Comparing version 10.6.13 to 10.6.14
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bixi = global.bixi || {}, global.bixi.chart = global.bixi.chart || {}, global.bixi.chart.bar = {}), global.ng.core, null, global.ng.common, global.bixi.chart.base)); | ||
}(this, (function (exports, core, bar, common, base) { 'use strict'; | ||
})(this, (function (exports, core, bar, common, base) { 'use strict'; | ||
@@ -562,3 +562,3 @@ /** | ||
}))); | ||
})); | ||
//# sourceMappingURL=bixiChartBar.umd.js.map |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('resize-observer-polyfill'), require('rxjs'), require('rxjs/operators'), require('echarts/lib/echarts'), require('echarts/lib/component/angleAxis'), require('echarts/lib/component/axis'), require('echarts/lib/component/legend'), require('echarts/lib/component/polar'), require('echarts/lib/component/radiusAxis'), require('echarts/lib/component/title'), require('echarts/lib/component/tooltip'), require('@angular/common')) : | ||
typeof define === 'function' && define.amd ? define('@bixi/chart/base', ['exports', '@angular/core', 'resize-observer-polyfill', 'rxjs', 'rxjs/operators', 'echarts/lib/echarts', 'echarts/lib/component/angleAxis', 'echarts/lib/component/axis', 'echarts/lib/component/legend', 'echarts/lib/component/polar', 'echarts/lib/component/radiusAxis', 'echarts/lib/component/title', 'echarts/lib/component/tooltip', '@angular/common'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bixi = global.bixi || {}, global.bixi.chart = global.bixi.chart || {}, global.bixi.chart.base = {}), global.ng.core, global['resize-observer-polyfill'], global.rxjs, global.rxjs.operators, global.echarts, null, null, null, null, null, null, null, global.ng.common)); | ||
}(this, (function (exports, core, ResizeObserver, rxjs, operators, echarts, angleAxis, axis, legend, polar, radiusAxis, title, tooltip, common) { 'use strict'; | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bixi = global.bixi || {}, global.bixi.chart = global.bixi.chart || {}, global.bixi.chart.base = {}), global.ng.core, global["resize-observer-polyfill"], global.rxjs, global.rxjs.operators, global.echarts, null, null, null, null, null, null, null, global.ng.common)); | ||
})(this, (function (exports, core, ResizeObserver, rxjs, operators, echarts, angleAxis, axis, legend, polar, radiusAxis, title, tooltip, common) { 'use strict'; | ||
@@ -47,5 +47,5 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
var _this = this; | ||
this.observer = new ResizeObserver__default['default'](this.onResize); | ||
this.observer = new ResizeObserver__default["default"](this.onResize); | ||
this.observer.observe(this.chart.nativeElement); | ||
this.chartInstance = echarts__default['default'].init(this.chart.nativeElement); | ||
this.chartInstance = echarts__default["default"].init(this.chart.nativeElement); | ||
this.setOption(); | ||
@@ -452,3 +452,3 @@ this.resizeChange$.pipe(operators.debounceTime(100)).subscribe(( /** | ||
}))); | ||
})); | ||
//# sourceMappingURL=bixiChartBase.umd.js.map |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bixi = global.bixi || {}, global.bixi.chart = global.bixi.chart || {}, global.bixi.chart.funnel = {}), global.ng.core, null, global.ng.common, global.bixi.chart.base)); | ||
}(this, (function (exports, core, funnel, common, base) { 'use strict'; | ||
})(this, (function (exports, core, funnel, common, base) { 'use strict'; | ||
@@ -422,3 +422,3 @@ /** | ||
}))); | ||
})); | ||
//# sourceMappingURL=bixiChartFunnel.umd.js.map |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bixi = global.bixi || {}, global.bixi.chart = global.bixi.chart || {}, global.bixi.chart.gauge = {}), global.ng.core, null, null, global.ng.common, global.bixi.chart.base)); | ||
}(this, (function (exports, core, gauge, bar, common, base) { 'use strict'; | ||
})(this, (function (exports, core, gauge, bar, common, base) { 'use strict'; | ||
@@ -598,3 +598,3 @@ /*! ***************************************************************************** | ||
}))); | ||
})); | ||
//# sourceMappingURL=bixiChartGauge.umd.js.map |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bixi = global.bixi || {}, global.bixi.chart = global.bixi.chart || {}, global.bixi.chart.line = {}), global.ng.core, null, global.ng.common, global.bixi.chart.base)); | ||
}(this, (function (exports, core, line, common, base) { 'use strict'; | ||
})(this, (function (exports, core, line, common, base) { 'use strict'; | ||
@@ -525,3 +525,3 @@ /** | ||
}))); | ||
})); | ||
//# sourceMappingURL=bixiChartLine.umd.js.map |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bixi = global.bixi || {}, global.bixi.chart = global.bixi.chart || {}, global.bixi.chart.pie = {}), global.ng.core, null, global.ng.common, global.bixi.chart.base)); | ||
}(this, (function (exports, core, pie, common, base) { 'use strict'; | ||
})(this, (function (exports, core, pie, common, base) { 'use strict'; | ||
@@ -454,3 +454,3 @@ /** | ||
}))); | ||
})); | ||
//# sourceMappingURL=bixiChartPie.umd.js.map |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bixi = global.bixi || {}, global.bixi.chart = global.bixi.chart || {}, global.bixi.chart.progress = {}), global.ng.core, null, global.ng.common, global.bixi.chart.base)); | ||
}(this, (function (exports, core, bar, common, base) { 'use strict'; | ||
})(this, (function (exports, core, bar, common, base) { 'use strict'; | ||
@@ -495,3 +495,3 @@ /** | ||
}))); | ||
})); | ||
//# sourceMappingURL=bixiChartProgress.umd.js.map |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bixi = global.bixi || {}, global.bixi.chart = global.bixi.chart || {}, global.bixi.chart.scatter = {}), global.ng.core, null, global.ng.common, global.bixi.chart.base)); | ||
}(this, (function (exports, core, scatter, common, base) { 'use strict'; | ||
})(this, (function (exports, core, scatter, common, base) { 'use strict'; | ||
@@ -514,3 +514,3 @@ /** | ||
}))); | ||
})); | ||
//# sourceMappingURL=bixiChartScatter.umd.js.map |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.bixi = global.bixi || {}, global.bixi.chart = {}), global.ng.core, global.bixi.chart.bar, global.bixi.chart.base, global.bixi.chart.funnel, global.bixi.chart.gauge, global.bixi.chart.line, global.bixi.chart.pie, global.bixi.chart.progress, global.bixi.chart.scatter)); | ||
}(this, (function (exports, core, bar, base, funnel, gauge, line, pie, progress, scatter) { 'use strict'; | ||
})(this, (function (exports, core, bar, base, funnel, gauge, line, pie, progress, scatter) { 'use strict'; | ||
@@ -49,3 +49,3 @@ /** | ||
}))); | ||
})); | ||
//# sourceMappingURL=chart.umd.js.map |
{ | ||
"name": "@bixi/chart", | ||
"version": "10.6.13", | ||
"version": "10.6.14", | ||
"author": "datagrand<id@datagrand.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
899306