@esfaenza/es-charts 11.2.19 → 11.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/esfaenza-es-charts.umd.js +21 -21
- package/bundles/esfaenza-es-charts.umd.js.map +1 -1
- package/bundles/esfaenza-es-charts.umd.min.js +1 -1
- package/bundles/esfaenza-es-charts.umd.min.js.map +1 -1
- package/esfaenza-es-charts.d.ts +4 -5
- package/esfaenza-es-charts.metadata.json +1 -1
- package/esm2015/esfaenza-es-charts.js +5 -6
- package/esm2015/lib/components/base/base-chart.component.js +2 -2
- package/esm2015/public-api.js +2 -1
- package/fesm2015/esfaenza-es-charts.js +3 -3
- package/fesm2015/esfaenza-es-charts.js.map +1 -1
- package/lib/components/base/base-chart.component.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@esfaenza/es-charts', ['exports', '@angular/core', '@
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.esfaenza = global.esfaenza || {}, global.esfaenza['es-charts'] = {}), global.ng.core, global.
|
|
5
|
-
}(this, (function (exports, core,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@amcharts/amcharts4/core'), require('@esfaenza/extensions'), require('@amcharts/amcharts4/charts')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@esfaenza/es-charts', ['exports', '@angular/core', '@angular/common', '@amcharts/amcharts4/core', '@esfaenza/extensions', '@amcharts/amcharts4/charts'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.esfaenza = global.esfaenza || {}, global.esfaenza['es-charts'] = {}), global.ng.core, global.ng.common, global.am4core, global.extensions, global.am4charts));
|
|
5
|
+
}(this, (function (exports, core, common, am4core, extensions, am4charts) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
_this.Chart = _this.ChartService.ChartInstance;
|
|
1270
1270
|
if (!_this.Chart)
|
|
1271
1271
|
_this.log("Chart " + _this.name + ": Could not create graph");
|
|
1272
|
-
return _this.Charter.applyLocale(_this.Chart, _this.Locale).then(function () { _this.initDone = true; _this.chartLoaded.emit(_this
|
|
1272
|
+
return _this.Charter.applyLocale(_this.Chart, _this.Locale).then(function () { _this.initDone = true; _this.chartLoaded.emit(_this); });
|
|
1273
1273
|
})
|
|
1274
1274
|
]);
|
|
1275
1275
|
};
|
|
@@ -3207,6 +3207,7 @@
|
|
|
3207
3207
|
exports.AreaChartData = AreaChartData;
|
|
3208
3208
|
exports.AreaChartSettings = AreaChartSettings;
|
|
3209
3209
|
exports.BaseAdapter = BaseAdapter;
|
|
3210
|
+
exports.BaseChartComponent = BaseChartComponent;
|
|
3210
3211
|
exports.BaseInterval = BaseInterval;
|
|
3211
3212
|
exports.BaseSettings = BaseSettings;
|
|
3212
3213
|
exports.ChartThemes = ChartThemes;
|
|
@@ -3236,22 +3237,21 @@
|
|
|
3236
3237
|
exports.VerticalStackedChartData = VerticalStackedChartData;
|
|
3237
3238
|
exports.VerticalStackedChartSettings = VerticalStackedChartSettings;
|
|
3238
3239
|
exports.ɵa = BaseInterval;
|
|
3239
|
-
exports.ɵb =
|
|
3240
|
-
exports.ɵc =
|
|
3241
|
-
exports.ɵd =
|
|
3242
|
-
exports.ɵe =
|
|
3243
|
-
exports.ɵf =
|
|
3244
|
-
exports.ɵg =
|
|
3245
|
-
exports.ɵh =
|
|
3246
|
-
exports.ɵi =
|
|
3247
|
-
exports.ɵj =
|
|
3248
|
-
exports.ɵk =
|
|
3249
|
-
exports.ɵl =
|
|
3250
|
-
exports.ɵm =
|
|
3251
|
-
exports.ɵn =
|
|
3252
|
-
exports.ɵo =
|
|
3253
|
-
exports.ɵp =
|
|
3254
|
-
exports.ɵq = EsAreaChartComponent;
|
|
3240
|
+
exports.ɵb = ChartLoader;
|
|
3241
|
+
exports.ɵc = ChartDispatcher;
|
|
3242
|
+
exports.ɵd = ESC_LOCALE;
|
|
3243
|
+
exports.ɵe = ESC_ANIMATIONS;
|
|
3244
|
+
exports.ɵf = ESC_THEME;
|
|
3245
|
+
exports.ɵg = ESC_LOGS;
|
|
3246
|
+
exports.ɵh = BaseAdapter;
|
|
3247
|
+
exports.ɵi = EsChartComponent;
|
|
3248
|
+
exports.ɵj = EsLineChartComponent;
|
|
3249
|
+
exports.ɵk = EsPieChartComponent;
|
|
3250
|
+
exports.ɵl = EsVertical2DChartComponent;
|
|
3251
|
+
exports.ɵm = EsVerticalChartComponent;
|
|
3252
|
+
exports.ɵn = EsVerticalStackedChartComponent;
|
|
3253
|
+
exports.ɵo = PageChartSelector;
|
|
3254
|
+
exports.ɵp = EsAreaChartComponent;
|
|
3255
3255
|
|
|
3256
3256
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3257
3257
|
|