@siemens/charts-ng 47.11.1 → 47.12.1

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.
@@ -107,7 +107,6 @@ const themeElement = {
107
107
  const elementUi2 = getProp(style, '--element-ui-2');
108
108
  const elementUi3 = getProp(style, '--element-ui-3');
109
109
  const elementUi4 = getProp(style, '--element-ui-4');
110
- const elementBase0 = getProp(style, '--element-base-0');
111
110
  const elementBase1 = getProp(style, '--element-base-1');
112
111
  const elementTextPrimary = getProp(style, '--element-text-primary');
113
112
  const elementTextSecondary = getProp(style, '--element-text-secondary');
@@ -535,9 +534,9 @@ const themeElement = {
535
534
  }
536
535
  },
537
536
  gauge: {
538
- grey: elementBase0,
537
+ grey: elementUi4,
539
538
  value: elementTextPrimary,
540
- unit: elementUi3,
539
+ unit: elementTextSecondary,
541
540
  defaultColor: elementUi0
542
541
  }
543
542
  }
@@ -2900,8 +2899,8 @@ class SiChartGaugeComponent extends SiChartComponent {
2900
2899
  splits: 0,
2901
2900
  axisLabelDist: 20,
2902
2901
  axisFontSize: 20,
2903
- valueFontSize: 48,
2904
- unitFontSize: 16
2902
+ valueFontSize: 40,
2903
+ unitFontSize: 14
2905
2904
  };
2906
2905
  }
2907
2906
  calcValue(value) {