axidio-styleguide-library1-v2 0.0.872 → 0.0.873
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.
|
@@ -7356,7 +7356,7 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7356
7356
|
var svg = innerContainer
|
|
7357
7357
|
.append('svg')
|
|
7358
7358
|
.attr('width', requiredSvgWidth)
|
|
7359
|
-
.attr('height', height + margin.top + margin.bottom +
|
|
7359
|
+
.attr('height', height + margin.top + margin.bottom + 30)
|
|
7360
7360
|
.append('g')
|
|
7361
7361
|
.attr('transform', 'translate(' + 0 + ',' + margin.top + ')');
|
|
7362
7362
|
let stackKey = keyList;
|
|
@@ -8255,7 +8255,7 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8255
8255
|
return baseClass + ' lib-axis-waterfall-label';
|
|
8256
8256
|
})
|
|
8257
8257
|
.attr('style', self.chartConfiguration.xAxisCustomlabelStyles)
|
|
8258
|
-
.attr('transform', 'translate(' + width / 2 + ' ,' + (height + margin.top + margin.bottom) + ')')
|
|
8258
|
+
.attr('transform', 'translate(' + width / 2 + ' ,' + (height + margin.top + margin.bottom + 10) + ')')
|
|
8259
8259
|
.style('text-anchor', 'middle')
|
|
8260
8260
|
.style('fill', 'var(--chart-text-color)')
|
|
8261
8261
|
.style('color', 'var(--chart-text-color)')
|