@siemens/charts-ng 48.2.0 → 48.3.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.
@@ -109,7 +109,6 @@ const themeElement = {
109
109
  const elementUi2 = getProp(style, '--element-ui-2');
110
110
  const elementUi3 = getProp(style, '--element-ui-3');
111
111
  const elementUi4 = getProp(style, '--element-ui-4');
112
- const elementBase0 = getProp(style, '--element-base-0');
113
112
  const elementBase1 = getProp(style, '--element-base-1');
114
113
  const elementTextPrimary = getProp(style, '--element-text-primary');
115
114
  const elementTextSecondary = getProp(style, '--element-text-secondary');
@@ -547,9 +546,9 @@ const themeElement = {
547
546
  }
548
547
  },
549
548
  gauge: {
550
- grey: elementBase0,
549
+ grey: elementUi4,
551
550
  value: elementTextPrimary,
552
- unit: elementUi3,
551
+ unit: elementTextSecondary,
553
552
  defaultColor: elementUi0
554
553
  }
555
554
  }
@@ -2967,8 +2966,8 @@ class SiChartGaugeComponent extends SiChartComponent {
2967
2966
  splits: 0,
2968
2967
  axisLabelDist: 20,
2969
2968
  axisFontSize: 20,
2970
- valueFontSize: 48,
2971
- unitFontSize: 16
2969
+ valueFontSize: 40,
2970
+ unitFontSize: 14
2972
2971
  };
2973
2972
  }
2974
2973
  calcValue(value) {