axidio-styleguide-library1-v2 0.0.946 → 0.0.948
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.
|
@@ -8791,6 +8791,10 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8791
8791
|
.selectAll('g.x1.axis1 g.tick text')
|
|
8792
8792
|
.attr('class', 'lib-xaxis-labels-texts-weeklycharts')
|
|
8793
8793
|
.attr('y', function () {
|
|
8794
|
+
// Minimize gap in maximized (fullscreen) view for weekly charts
|
|
8795
|
+
if (self.chartConfiguration.isFullScreen) {
|
|
8796
|
+
return short_tick_length_bg;
|
|
8797
|
+
}
|
|
8794
8798
|
if (alternate_text) {
|
|
8795
8799
|
alternate_text = false;
|
|
8796
8800
|
return long_tick_length_bg;
|