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