@esfaenza/es-charts 11.2.2 → 11.2.6

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.
@@ -29,6 +29,22 @@ export declare class EsPieChartComponent extends BaseChartComponent {
29
29
  * Percentuale dell'altezza del grafico che viene utilizzata per creare il buco all'interno della ciambella **wink** **wink**
30
30
  */
31
31
  DonutRadiusPercentage: number;
32
+ /**
33
+ * Indica se wrappare le label che non stanno nel contenitore
34
+ */
35
+ LabelsWrap: boolean;
36
+ /**
37
+ * Indica se troncare le label che non stanno nel contenitore
38
+ */
39
+ LabelsTruncate: boolean;
40
+ /**
41
+ * Indica la dimensione massima che possono assumere le label
42
+ */
43
+ LabelsWidth: number;
44
+ /**
45
+ * Indica se mostrare o meno le labels
46
+ */
47
+ LabelsVisible: boolean;
32
48
  /**
33
49
  * @ignore
34
50
  */
@@ -15,4 +15,20 @@ export declare class PieChartSettings extends BaseSettings {
15
15
  * Percentuale dell'altezza del grafico che viene utilizzata per creare il buco all'interno della ciambella **wink** **wink**
16
16
  */
17
17
  DonutRadiusPercentage: number;
18
+ /**
19
+ * Indica se wrappare le label che non stanno nel contenitore
20
+ */
21
+ LabelsWrap: boolean;
22
+ /**
23
+ * Indica se troncare le label che non stanno nel contenitore
24
+ */
25
+ LabelsTruncate: boolean;
26
+ /**
27
+ * Indica la dimensione massima che possono assumere le label
28
+ */
29
+ LabelsWidth: number;
30
+ /**
31
+ * Indica se mostrare o meno le labels
32
+ */
33
+ LabelsVisible: boolean;
18
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-charts",
3
- "version": "11.2.2",
3
+ "version": "11.2.6",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },