axidio-styleguide-library1-v2 0.0.943 → 0.0.944

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.
@@ -9397,7 +9397,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
9397
9397
  .style('z-index', 99)
9398
9398
  .html(function () {
9399
9399
  // Show the x-axis label (bar name) for this bar, not the date or any other value
9400
- let barLabel = d.key; // This is the x-axis label for the bar
9400
+ let barLabel = d.name; // This is the x-axis label for the bar
9401
9401
  let dataType = metaData.dataType ? metaData.dataType : '';
9402
9402
  let value = d.value;
9403
9403
  let key = d.key;