@esfaenza/es-charts 11.2.30 → 11.2.32

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.
@@ -7,19 +7,19 @@ export declare class Vertical2DChartData {
7
7
  name: string;
8
8
  values: KeyValue[];
9
9
  }[];
10
- colorInfos?: {
10
+ colorinfos?: {
11
11
  color: string;
12
12
  }[];
13
13
  /**
14
14
  * Costruttore
15
15
  *
16
16
  * @param {{ name: string; values: KeyValue[]; }[]} groups Gruppi di valori raggruppati per nome
17
- * @param {{ color: string }[]} colorInfos Lista dei colori da utilizzare. Vanno a sovrascrivere quelli di default di amcharts
17
+ * @param {{ color: string }[]} colorinfos Lista dei colori da utilizzare. Vanno a sovrascrivere quelli di default di amcharts
18
18
  */
19
19
  constructor(groups?: {
20
20
  name: string;
21
21
  values: KeyValue[];
22
- }[], colorInfos?: {
22
+ }[], colorinfos?: {
23
23
  color: string;
24
24
  }[]);
25
25
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@esfaenza/es-charts",
3
- "version": "11.2.30",
3
+ "version": "11.2.32",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
7
7
  "peerDependencies": {
8
- "@amcharts/amcharts4": "4.10.23",
8
+ "@amcharts/amcharts4": "4.10.28",
9
9
  "@angular/common": "~11.2.14",
10
10
  "@angular/core": "~11.2.14",
11
- "@esfaenza/extensions": "^11.2.19",
12
- "dayjs": "1.10.7"
11
+ "@esfaenza/extensions": "^11.2.29",
12
+ "dayjs": "1.11.5"
13
13
  },
14
14
  "main": "bundles/esfaenza-es-charts.umd.js",
15
15
  "module": "fesm2015/esfaenza-es-charts.js",