@siemens/charts-ng 48.8.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.
@@ -416,6 +416,7 @@ const themeElement = {
416
416
  pie: {
417
417
  radius: [0, '75%'],
418
418
  label: {
419
+ distanceToLabelLine: 2,
419
420
  fontFamily,
420
421
  formatter: '{d}%',
421
422
  color: elementTextSecondary,
@@ -423,7 +424,8 @@ const themeElement = {
423
424
  fontSize
424
425
  },
425
426
  labelLine: {
426
- length2: 15,
427
+ length: 15,
428
+ length2: 8,
427
429
  lineStyle: {
428
430
  color: elementTextSecondary
429
431
  }