axidio-styleguide-library1-v2 0.6.32 → 0.6.33
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.
|
@@ -8123,7 +8123,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8123
8123
|
// For grouped bar charts with many bars and xLabel present
|
|
8124
8124
|
if (subgroups.length > 1 && data.length > 8 && metaData.xLabel) {
|
|
8125
8125
|
const isDateLabel = /\d{2,4}[-\/]/.test(d);
|
|
8126
|
-
return isDateLabel ? shortTickLengthBg +
|
|
8126
|
+
return isDateLabel ? shortTickLengthBg + 4 : shortTickLengthBg;
|
|
8127
8127
|
}
|
|
8128
8128
|
// For grouped bar charts with many bars and NO xLabel
|
|
8129
8129
|
if (subgroups.length > 1 && data.length > 8 && !metaData.xLabel) {
|