@siemens/charts-ng 48.7.0 → 48.9.0
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/index.d.ts
CHANGED
|
@@ -1185,6 +1185,7 @@ declare const themeSupport: {
|
|
|
1185
1185
|
pie: {
|
|
1186
1186
|
radius: (string | number)[];
|
|
1187
1187
|
label: {
|
|
1188
|
+
distanceToLabelLine: number;
|
|
1188
1189
|
fontFamily: string | undefined;
|
|
1189
1190
|
formatter: string;
|
|
1190
1191
|
color: string;
|
|
@@ -1192,6 +1193,7 @@ declare const themeSupport: {
|
|
|
1192
1193
|
fontSize: number;
|
|
1193
1194
|
};
|
|
1194
1195
|
labelLine: {
|
|
1196
|
+
length: number;
|
|
1195
1197
|
length2: number;
|
|
1196
1198
|
lineStyle: {
|
|
1197
1199
|
color: string;
|
|
@@ -1589,6 +1591,7 @@ declare const themeElement: {
|
|
|
1589
1591
|
pie: {
|
|
1590
1592
|
radius: (string | number)[];
|
|
1591
1593
|
label: {
|
|
1594
|
+
distanceToLabelLine: number;
|
|
1592
1595
|
fontFamily: string | undefined;
|
|
1593
1596
|
formatter: string;
|
|
1594
1597
|
color: string;
|
|
@@ -1596,6 +1599,7 @@ declare const themeElement: {
|
|
|
1596
1599
|
fontSize: number;
|
|
1597
1600
|
};
|
|
1598
1601
|
labelLine: {
|
|
1602
|
+
length: number;
|
|
1599
1603
|
length2: number;
|
|
1600
1604
|
lineStyle: {
|
|
1601
1605
|
color: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@siemens/charts-ng",
|
|
3
3
|
"description": "Element Charts library.",
|
|
4
|
-
"version": "48.
|
|
4
|
+
"version": "48.9.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
},
|
|
19
19
|
"type": "module",
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@angular/common": "20",
|
|
22
|
-
"@angular/core": "20",
|
|
21
|
+
"@angular/common": "20 - 21",
|
|
22
|
+
"@angular/core": "20 - 21",
|
|
23
23
|
"echarts": "^6.0.0"
|
|
24
24
|
},
|
|
25
25
|
"exports": {
|