axidio-styleguide-library1-v2 0.1.59 → 0.1.61

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.
@@ -7506,11 +7506,11 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
7506
7506
  desiredText += metaData.unit
7507
7507
  ? '<span class="title-top-text">' +
7508
7508
  metaData.unit +
7509
- (d[1] - d[0]) + ' ' +
7509
+ (d[1] - d[0]) +
7510
7510
  dataType +
7511
7511
  '</span>'
7512
7512
  : '<span class="title-top-text">' +
7513
- (d[1] - d[0]) + ' ' +
7513
+ (d[1] - d[0]) +
7514
7514
  dataType +
7515
7515
  '</span>';
7516
7516
  // No arrow mark or arrow HTML/CSS in tooltip