@esfaenza/es-charts 11.2.8 → 12.2.9
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 +35 -37
- package/bundles/esfaenza-es-charts.umd.js.map +1 -1
- package/esfaenza-es-charts.metadata.json +1 -1
- package/esm2015/lib/components/base/base-chart.component.js +1 -1
- package/esm2015/lib/components/chart-pager/chart-pager.component.js +1 -1
- package/esm2015/lib/components/specializations/es-area-chart.component.js +2 -2
- package/esm2015/lib/components/specializations/es-chart.component.js +2 -2
- package/esm2015/lib/components/specializations/es-line-chart.component.js +2 -2
- package/esm2015/lib/components/specializations/es-pie-chart.component.js +2 -2
- package/esm2015/lib/components/specializations/es-vertical-2d-chart.component.js +2 -2
- package/esm2015/lib/components/specializations/es-vertical-chart.component.js +2 -2
- package/esm2015/lib/components/specializations/es-vertical-stacked-chart.component.js +2 -2
- package/esm2015/lib/es-charts.module.js +2 -1
- package/esm2015/lib/models/core/classes/ChartLoader.js +1 -2
- package/esm2015/lib/services/classes/AreaChartService.js +1 -1
- package/esm2015/lib/services/classes/LineChartService.js +1 -1
- package/esm2015/lib/services/classes/PieChartService.js +1 -1
- package/esm2015/lib/services/classes/Vertical2DChartService.js +1 -1
- package/esm2015/lib/services/classes/VerticalChartService.js +1 -1
- package/esm2015/lib/services/classes/VerticalStackedChartService.js +1 -1
- package/fesm2015/esfaenza-es-charts.js +9 -9
- package/fesm2015/esfaenza-es-charts.js.map +1 -1
- package/package.json +5 -5
- package/bundles/esfaenza-es-charts.umd.min.js +0 -2
- package/bundles/esfaenza-es-charts.umd.min.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@esfaenza/extensions'), require('@angular/common'), require('@amcharts/amcharts4/core'), require('@amcharts/amcharts4/charts')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@esfaenza/es-charts', ['exports', '@angular/core', '@esfaenza/extensions', '@angular/common', '@amcharts/amcharts4/core', '@amcharts/amcharts4/charts'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.esfaenza = global.esfaenza || {}, global.esfaenza[
|
|
5
|
-
}(this, (function (exports, core, extensions, common, am4core, am4charts) { 'use strict';
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.esfaenza = global.esfaenza || {}, global.esfaenza["es-charts"] = {}), global.ng.core, global.extensions, global.ng.common, global.am4core, global.am4charts));
|
|
5
|
+
})(this, (function (exports, core, extensions, common, am4core, am4charts) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -13,14 +13,12 @@
|
|
|
13
13
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
14
|
Object.defineProperty(n, k, d.get ? d : {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () {
|
|
17
|
-
return e[k];
|
|
18
|
-
}
|
|
16
|
+
get: function () { return e[k]; }
|
|
19
17
|
});
|
|
20
18
|
}
|
|
21
19
|
});
|
|
22
20
|
}
|
|
23
|
-
n[
|
|
21
|
+
n["default"] = e;
|
|
24
22
|
return Object.freeze(n);
|
|
25
23
|
}
|
|
26
24
|
|
|
@@ -911,7 +909,6 @@
|
|
|
911
909
|
* 4) Creazione grafico 2
|
|
912
910
|
*
|
|
913
911
|
*/
|
|
914
|
-
//@Injectable()
|
|
915
912
|
var ChartLoader = /** @class */ (function () {
|
|
916
913
|
/**
|
|
917
914
|
* @ignore
|
|
@@ -1187,7 +1184,7 @@
|
|
|
1187
1184
|
if (!this.initDone)
|
|
1188
1185
|
return;
|
|
1189
1186
|
this.log("Chart " + this.name + ": ngOnChanges");
|
|
1190
|
-
var propsToCheck =
|
|
1187
|
+
var propsToCheck = __spreadArray(["Timeline", "Legend", "Settings", "Animations", "Theme", "Locale"], __read(this.getSpecificPropertiesToCheck()));
|
|
1191
1188
|
this.checkPropertiesAndRegraphicateAsNeeded(changes, propsToCheck);
|
|
1192
1189
|
};
|
|
1193
1190
|
/**
|
|
@@ -1445,7 +1442,7 @@
|
|
|
1445
1442
|
var threshold = (_a = settings.DataGroupingThreshold) !== null && _a !== void 0 ? _a : 3000;
|
|
1446
1443
|
var singleDataSet = (_b = settings.MergeDatasets) !== null && _b !== void 0 ? _b : false;
|
|
1447
1444
|
var showTicks = settings.ShowTicks == null ? true : settings === null || settings === void 0 ? void 0 : settings.ShowTicks;
|
|
1448
|
-
var dataShouldBeGrouped = Math.max.apply(Math,
|
|
1445
|
+
var dataShouldBeGrouped = Math.max.apply(Math, __spreadArray([], __read(dataConverted.series.map(function (t) { return t.values.length; })))) > threshold;
|
|
1449
1446
|
var showTimeline = settings.Timeline || dataShouldBeGrouped;
|
|
1450
1447
|
var seriesWithInterval = dataConverted.series.some(function (t) { return t.interval; });
|
|
1451
1448
|
var interval = seriesWithInterval ? dataConverted.series.find(function (t) { return t.interval; }).interval : null;
|
|
@@ -2440,7 +2437,7 @@
|
|
|
2440
2437
|
selector: 'es-chart',
|
|
2441
2438
|
template: "<chart-pager *ngIf=\"isPaged\" (onPageChange)=\"changePage($event)\" [Items]=\"DataArray\" [Dtos]=\"DataDtos\" [StartIndex]=\"DataDtoStartIndex\"\r\n [BrowseDelayMs]=\"BrowseDelayMs\">\r\n <ng-template #header_inner let-headerItem>\r\n <ng-container *ngTemplateOutlet=\"header_tr; context : {$implicit: headerItem}\"></ng-container>\r\n </ng-template>\r\n</chart-pager>\r\n\r\n<ng-container *ngIf=\"loadingChart && loading_template\">\r\n <div style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <ng-container *ngTemplateOutlet=\"loading_template\"></ng-container>\r\n </div>\r\n</ng-container>\r\n\r\n<ng-container *ngIf=\"loadingChart && !loading_template\">\r\n <div class=\"esc-loading-overlay\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <p class=\"label\">Loading....</p>\r\n </div>\r\n</ng-container>\r\n\r\n<div [class.hide-block]=\"loadingChart\" id=\"{{name}}\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\"></div>",
|
|
2442
2439
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
2443
|
-
styles: [".esc-loading-overlay{background
|
|
2440
|
+
styles: [".esc-loading-overlay{background:#9999;text-transform:uppercase;font-size:30px;font-weight:bold;color:#fff;text-align:center;font-family:monospace}.esc-loading-overlay .label{margin:0;padding-top:7%}.hide-block{display:none}\n"]
|
|
2444
2441
|
},] }
|
|
2445
2442
|
];
|
|
2446
2443
|
EsChartComponent.ctorParameters = function () { return [
|
|
@@ -2513,7 +2510,7 @@
|
|
|
2513
2510
|
selector: 'es-area-chart',
|
|
2514
2511
|
template: "<chart-pager *ngIf=\"isPaged\" (onPageChange)=\"changePage($event)\" [Items]=\"DataArray\" [Dtos]=\"DataDtos\" [StartIndex]=\"DataDtoStartIndex\"\r\n [BrowseDelayMs]=\"BrowseDelayMs\">\r\n <ng-template #header_inner let-headerItem>\r\n <ng-container *ngTemplateOutlet=\"header_tr; context : {$implicit: headerItem}\"></ng-container>\r\n </ng-template>\r\n</chart-pager>\r\n\r\n<ng-container *ngIf=\"loadingChart && loading_template\">\r\n <div style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <ng-container *ngTemplateOutlet=\"loading_template\"></ng-container>\r\n </div>\r\n</ng-container>\r\n\r\n<ng-container *ngIf=\"loadingChart && !loading_template\">\r\n <div class=\"esc-loading-overlay\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <p class=\"label\">Loading....</p>\r\n </div>\r\n</ng-container>\r\n\r\n<div [class.hide-block]=\"loadingChart\" id=\"{{name}}\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\"></div>",
|
|
2515
2512
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
2516
|
-
styles: [".esc-loading-overlay{background
|
|
2513
|
+
styles: [".esc-loading-overlay{background:#9999;text-transform:uppercase;font-size:30px;font-weight:bold;color:#fff;text-align:center;font-family:monospace}.esc-loading-overlay .label{margin:0;padding-top:7%}.hide-block{display:none}\n"]
|
|
2517
2514
|
},] }
|
|
2518
2515
|
];
|
|
2519
2516
|
EsAreaChartComponent.ctorParameters = function () { return [
|
|
@@ -2595,7 +2592,7 @@
|
|
|
2595
2592
|
selector: 'es-line-chart',
|
|
2596
2593
|
template: "<chart-pager *ngIf=\"isPaged\" (onPageChange)=\"changePage($event)\" [Items]=\"DataArray\" [Dtos]=\"DataDtos\" [StartIndex]=\"DataDtoStartIndex\"\r\n [BrowseDelayMs]=\"BrowseDelayMs\">\r\n <ng-template #header_inner let-headerItem>\r\n <ng-container *ngTemplateOutlet=\"header_tr; context : {$implicit: headerItem}\"></ng-container>\r\n </ng-template>\r\n</chart-pager>\r\n\r\n<ng-container *ngIf=\"loadingChart && loading_template\">\r\n <div style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <ng-container *ngTemplateOutlet=\"loading_template\"></ng-container>\r\n </div>\r\n</ng-container>\r\n\r\n<ng-container *ngIf=\"loadingChart && !loading_template\">\r\n <div class=\"esc-loading-overlay\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <p class=\"label\">Loading....</p>\r\n </div>\r\n</ng-container>\r\n\r\n<div [class.hide-block]=\"loadingChart\" id=\"{{name}}\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\"></div>",
|
|
2597
2594
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
2598
|
-
styles: [".esc-loading-overlay{background
|
|
2595
|
+
styles: [".esc-loading-overlay{background:#9999;text-transform:uppercase;font-size:30px;font-weight:bold;color:#fff;text-align:center;font-family:monospace}.esc-loading-overlay .label{margin:0;padding-top:7%}.hide-block{display:none}\n"]
|
|
2599
2596
|
},] }
|
|
2600
2597
|
];
|
|
2601
2598
|
EsLineChartComponent.ctorParameters = function () { return [
|
|
@@ -2684,7 +2681,7 @@
|
|
|
2684
2681
|
selector: 'es-pie-chart',
|
|
2685
2682
|
template: "<chart-pager *ngIf=\"isPaged\" (onPageChange)=\"changePage($event)\" [Items]=\"DataArray\" [Dtos]=\"DataDtos\" [StartIndex]=\"DataDtoStartIndex\"\r\n [BrowseDelayMs]=\"BrowseDelayMs\">\r\n <ng-template #header_inner let-headerItem>\r\n <ng-container *ngTemplateOutlet=\"header_tr; context : {$implicit: headerItem}\"></ng-container>\r\n </ng-template>\r\n</chart-pager>\r\n\r\n<ng-container *ngIf=\"loadingChart && loading_template\">\r\n <div style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <ng-container *ngTemplateOutlet=\"loading_template\"></ng-container>\r\n </div>\r\n</ng-container>\r\n\r\n<ng-container *ngIf=\"loadingChart && !loading_template\">\r\n <div class=\"esc-loading-overlay\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <p class=\"label\">Loading....</p>\r\n </div>\r\n</ng-container>\r\n\r\n<div [class.hide-block]=\"loadingChart\" id=\"{{name}}\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\"></div>",
|
|
2686
2683
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
2687
|
-
styles: [".esc-loading-overlay{background
|
|
2684
|
+
styles: [".esc-loading-overlay{background:#9999;text-transform:uppercase;font-size:30px;font-weight:bold;color:#fff;text-align:center;font-family:monospace}.esc-loading-overlay .label{margin:0;padding-top:7%}.hide-block{display:none}\n"]
|
|
2688
2685
|
},] }
|
|
2689
2686
|
];
|
|
2690
2687
|
EsPieChartComponent.ctorParameters = function () { return [
|
|
@@ -2768,7 +2765,7 @@
|
|
|
2768
2765
|
selector: 'es-vertical-2d-chart',
|
|
2769
2766
|
template: "<chart-pager *ngIf=\"isPaged\" (onPageChange)=\"changePage($event)\" [Items]=\"DataArray\" [Dtos]=\"DataDtos\" [StartIndex]=\"DataDtoStartIndex\"\r\n [BrowseDelayMs]=\"BrowseDelayMs\">\r\n <ng-template #header_inner let-headerItem>\r\n <ng-container *ngTemplateOutlet=\"header_tr; context : {$implicit: headerItem}\"></ng-container>\r\n </ng-template>\r\n</chart-pager>\r\n\r\n<ng-container *ngIf=\"loadingChart && loading_template\">\r\n <div style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <ng-container *ngTemplateOutlet=\"loading_template\"></ng-container>\r\n </div>\r\n</ng-container>\r\n\r\n<ng-container *ngIf=\"loadingChart && !loading_template\">\r\n <div class=\"esc-loading-overlay\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <p class=\"label\">Loading....</p>\r\n </div>\r\n</ng-container>\r\n\r\n<div [class.hide-block]=\"loadingChart\" id=\"{{name}}\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\"></div>",
|
|
2770
2767
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
2771
|
-
styles: [".esc-loading-overlay{background
|
|
2768
|
+
styles: [".esc-loading-overlay{background:#9999;text-transform:uppercase;font-size:30px;font-weight:bold;color:#fff;text-align:center;font-family:monospace}.esc-loading-overlay .label{margin:0;padding-top:7%}.hide-block{display:none}\n"]
|
|
2772
2769
|
},] }
|
|
2773
2770
|
];
|
|
2774
2771
|
EsVertical2DChartComponent.ctorParameters = function () { return [
|
|
@@ -2850,7 +2847,7 @@
|
|
|
2850
2847
|
selector: 'es-vertical-chart',
|
|
2851
2848
|
template: "<chart-pager *ngIf=\"isPaged\" (onPageChange)=\"changePage($event)\" [Items]=\"DataArray\" [Dtos]=\"DataDtos\" [StartIndex]=\"DataDtoStartIndex\"\r\n [BrowseDelayMs]=\"BrowseDelayMs\">\r\n <ng-template #header_inner let-headerItem>\r\n <ng-container *ngTemplateOutlet=\"header_tr; context : {$implicit: headerItem}\"></ng-container>\r\n </ng-template>\r\n</chart-pager>\r\n\r\n<ng-container *ngIf=\"loadingChart && loading_template\">\r\n <div style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <ng-container *ngTemplateOutlet=\"loading_template\"></ng-container>\r\n </div>\r\n</ng-container>\r\n\r\n<ng-container *ngIf=\"loadingChart && !loading_template\">\r\n <div class=\"esc-loading-overlay\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <p class=\"label\">Loading....</p>\r\n </div>\r\n</ng-container>\r\n\r\n<div [class.hide-block]=\"loadingChart\" id=\"{{name}}\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\"></div>",
|
|
2852
2849
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
2853
|
-
styles: [".esc-loading-overlay{background
|
|
2850
|
+
styles: [".esc-loading-overlay{background:#9999;text-transform:uppercase;font-size:30px;font-weight:bold;color:#fff;text-align:center;font-family:monospace}.esc-loading-overlay .label{margin:0;padding-top:7%}.hide-block{display:none}\n"]
|
|
2854
2851
|
},] }
|
|
2855
2852
|
];
|
|
2856
2853
|
EsVerticalChartComponent.ctorParameters = function () { return [
|
|
@@ -2931,7 +2928,7 @@
|
|
|
2931
2928
|
selector: 'es-vertical-stacked-chart',
|
|
2932
2929
|
template: "<chart-pager *ngIf=\"isPaged\" (onPageChange)=\"changePage($event)\" [Items]=\"DataArray\" [Dtos]=\"DataDtos\" [StartIndex]=\"DataDtoStartIndex\"\r\n [BrowseDelayMs]=\"BrowseDelayMs\">\r\n <ng-template #header_inner let-headerItem>\r\n <ng-container *ngTemplateOutlet=\"header_tr; context : {$implicit: headerItem}\"></ng-container>\r\n </ng-template>\r\n</chart-pager>\r\n\r\n<ng-container *ngIf=\"loadingChart && loading_template\">\r\n <div style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <ng-container *ngTemplateOutlet=\"loading_template\"></ng-container>\r\n </div>\r\n</ng-container>\r\n\r\n<ng-container *ngIf=\"loadingChart && !loading_template\">\r\n <div class=\"esc-loading-overlay\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\">\r\n <p class=\"label\">Loading....</p>\r\n </div>\r\n</ng-container>\r\n\r\n<div [class.hide-block]=\"loadingChart\" id=\"{{name}}\" style=\"width: 100%;\" [style.height]=\"isPaged ? 'calc(100% - 44px)' : '100%'\"></div>",
|
|
2933
2930
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
2934
|
-
styles: [".esc-loading-overlay{background
|
|
2931
|
+
styles: [".esc-loading-overlay{background:#9999;text-transform:uppercase;font-size:30px;font-weight:bold;color:#fff;text-align:center;font-family:monospace}.esc-loading-overlay .label{margin:0;padding-top:7%}.hide-block{display:none}\n"]
|
|
2935
2932
|
},] }
|
|
2936
2933
|
];
|
|
2937
2934
|
EsVerticalStackedChartComponent.ctorParameters = function () { return [
|
|
@@ -3051,7 +3048,7 @@
|
|
|
3051
3048
|
selector: "chart-pager",
|
|
3052
3049
|
template: "<div *ngIf=\"(Items || Dtos) && (Items || Dtos).length > 0\" class=\"pcs-no-selection\">\r\n <div class=\"pcs-button pcs-backward\">\r\n <svg class=\"pcs-svg-header\">\r\n <g class=\"pcs-svg-button-container\" role=\"button\" (click)=\"currentpage != 1 && Previous(); $event.stopPropagation(); $event.preventDefault();\">\r\n <!--Pulsante e freccettina all'interno-->\r\n <g class=\"pcs-svg-button\" [style.cursor]=\"currentpage == 1 ? 'not-allowed' : 'pointer'\"><path d=\"M3,0 L53.027,0 a3,3 0 0 1 3,3 L56.027,36.817 a3,3 0 0 1 -3,3 L3,39.817 a3,3 0 0 1 -3,-3 L0,3 a3,3 0 0 1 3,-3 Z\"></path></g>\r\n <g class=\"pcs-svg-arrow pcs-svg-arrow-left\"><path d=\"M26,14H10l5.17-6.79A2,2,0,0,0,12,4.79l-7.62,10a2,2,0,0,0,0,2.42l7.62,10a2,2,0,0,0,3.18-2.42L10,18H26a2,2,0,0,0,0-4Z\"></path></g>\r\n </g>\r\n </svg>\r\n </div>\r\n <div class=\"pcs-infos\">\r\n <ng-container *ngIf=\"headerInner_tr\">\r\n <ng-container *ngTemplateOutlet=\"headerInner_tr; context : {$implicit: (Items || Dtos)[currentpage - 1]}\"></ng-container>\r\n </ng-container>\r\n </div>\r\n <div class=\"pcs-button pcs-forward\">\r\n <svg class=\"pcs-svg-header\">\r\n <g class=\"pcs-svg-button-container\" role=\"button\" (click)=\"(Items || Dtos).length != currentpage && Next(); $event.stopPropagation(); $event.preventDefault();\">\r\n <!--Pulsante e freccettina all'interno-->\r\n <g class=\"pcs-svg-button\" [style.cursor]=\"(Items || Dtos).length == currentpage ? 'not-allowed' : 'pointer'\"><path d=\"M3,0 L53.027,0 a3,3 0 0 1 3,3 L56.027,36.817 a3,3 0 0 1 -3,3 L3,39.817 a3,3 0 0 1 -3,-3 L0,3 a3,3 0 0 1 3,-3 Z\"></path></g>\r\n <g class=\"pcs-svg-arrow pcs-svg-arrow-right\"><path d=\"M26,14H10l5.17-6.79A2,2,0,0,0,12,4.79l-7.62,10a2,2,0,0,0,0,2.42l7.62,10a2,2,0,0,0,3.18-2.42L10,18H26a2,2,0,0,0,0-4Z\"></path></g>\r\n </g>\r\n </svg>\r\n </div>\r\n <div style=\"clear: both;\"></div>\r\n</div>",
|
|
3053
3050
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
3054
|
-
styles: [".pcs-button{width:60px}.pcs-forward{float:right;text-align:end}.pcs-backward{float:left}.pcs-svg-header{width:57px;height:40px}.pcs-svg-button-container{outline:
|
|
3051
|
+
styles: [".pcs-button{width:60px}.pcs-forward{float:right;text-align:end}.pcs-backward{float:left}.pcs-svg-header{width:57px;height:40px}.pcs-svg-button-container{outline:currentcolor none medium}.pcs-svg-arrow{pointer-events:none;fill:#555}.pcs-svg-arrow-right{transform:translate(44px,36px) rotate(180deg)}.pcs-svg-arrow-left{transform:translate(13px,4px)}.pcs-svg-button{fill:#d9d9d9;stroke:#fff;fill-opacity:1;stroke-opacity:1}.pcs-svg-button:hover{fill:#a3a3a3;cursor:pointer}.pcs-infos{width:calc(100% - 120px);height:44px;float:left}.pcs-no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}\n"]
|
|
3055
3052
|
},] }
|
|
3056
3053
|
];
|
|
3057
3054
|
PageChartSelector.propDecorators = {
|
|
@@ -3086,6 +3083,7 @@
|
|
|
3086
3083
|
{ provide: ESC_THEME, useValue: (config === null || config === void 0 ? void 0 : config.theme) || 'spiritedaway' },
|
|
3087
3084
|
{ provide: ESC_LOGS, useValue: (config === null || config === void 0 ? void 0 : config.debugMode) == null ? false : config === null || config === void 0 ? void 0 : config.debugMode },
|
|
3088
3085
|
{ provide: BaseAdapter, useClass: (config === null || config === void 0 ? void 0 : config.adapter) || BaseAdapter },
|
|
3086
|
+
// Singleton cattiva by Ema. Verificare strade migliori
|
|
3089
3087
|
{ provide: ChartLoader, useValue: new ChartLoader((config === null || config === void 0 ? void 0 : config.debugMode) == null ? false : config === null || config === void 0 ? void 0 : config.debugMode) }
|
|
3090
3088
|
]
|
|
3091
3089
|
};
|
|
@@ -3095,9 +3093,9 @@
|
|
|
3095
3093
|
EsChartsModule.decorators = [
|
|
3096
3094
|
{ type: core.NgModule, args: [{
|
|
3097
3095
|
imports: [common.CommonModule],
|
|
3098
|
-
declarations:
|
|
3096
|
+
declarations: __spreadArray([], __read(COMPONENTS)),
|
|
3099
3097
|
providers: [ChartDispatcher],
|
|
3100
|
-
exports:
|
|
3098
|
+
exports: __spreadArray([], __read(COMPONENTS))
|
|
3101
3099
|
},] }
|
|
3102
3100
|
];
|
|
3103
3101
|
|
|
@@ -3139,25 +3137,25 @@
|
|
|
3139
3137
|
exports.VerticalChartSettings = VerticalChartSettings;
|
|
3140
3138
|
exports.VerticalStackedChartData = VerticalStackedChartData;
|
|
3141
3139
|
exports.VerticalStackedChartSettings = VerticalStackedChartSettings;
|
|
3142
|
-
exports
|
|
3143
|
-
exports
|
|
3144
|
-
exports
|
|
3145
|
-
exports
|
|
3146
|
-
exports
|
|
3147
|
-
exports
|
|
3148
|
-
exports
|
|
3149
|
-
exports
|
|
3150
|
-
exports
|
|
3151
|
-
exports
|
|
3152
|
-
exports
|
|
3153
|
-
exports
|
|
3154
|
-
exports
|
|
3155
|
-
exports
|
|
3156
|
-
exports
|
|
3157
|
-
exports
|
|
3158
|
-
exports
|
|
3140
|
+
exports["ɵa"] = BaseInterval;
|
|
3141
|
+
exports["ɵb"] = BaseChartComponent;
|
|
3142
|
+
exports["ɵc"] = ChartLoader;
|
|
3143
|
+
exports["ɵd"] = ChartDispatcher;
|
|
3144
|
+
exports["ɵe"] = ESC_LOCALE;
|
|
3145
|
+
exports["ɵf"] = ESC_ANIMATIONS;
|
|
3146
|
+
exports["ɵg"] = ESC_THEME;
|
|
3147
|
+
exports["ɵh"] = ESC_LOGS;
|
|
3148
|
+
exports["ɵi"] = BaseAdapter;
|
|
3149
|
+
exports["ɵj"] = EsChartComponent;
|
|
3150
|
+
exports["ɵk"] = EsLineChartComponent;
|
|
3151
|
+
exports["ɵl"] = EsPieChartComponent;
|
|
3152
|
+
exports["ɵm"] = EsVertical2DChartComponent;
|
|
3153
|
+
exports["ɵn"] = EsVerticalChartComponent;
|
|
3154
|
+
exports["ɵo"] = EsVerticalStackedChartComponent;
|
|
3155
|
+
exports["ɵp"] = PageChartSelector;
|
|
3156
|
+
exports["ɵq"] = EsAreaChartComponent;
|
|
3159
3157
|
|
|
3160
3158
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3161
3159
|
|
|
3162
|
-
}))
|
|
3160
|
+
}));
|
|
3163
3161
|
//# sourceMappingURL=esfaenza-es-charts.umd.js.map
|