axidio-styleguide-library1-v2 0.0.842 → 0.0.844
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.
|
@@ -9526,7 +9526,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9526
9526
|
.attr('class', 'lib-axis-group-label font-size-1')
|
|
9527
9527
|
.attr('style', self.chartConfiguration.yAxisCustomlabelStyles)
|
|
9528
9528
|
.attr('transform', 'rotate(-90)')
|
|
9529
|
-
.attr('y', 0 - margin.left / 2 -
|
|
9529
|
+
.attr('y', 0 - margin.left / 2 - 30)
|
|
9530
9530
|
.attr('x', 0 - height / 2)
|
|
9531
9531
|
.attr('dy', '1em')
|
|
9532
9532
|
.style('text-anchor', 'middle')
|
|
@@ -9618,7 +9618,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9618
9618
|
return baseClass + ' lib-axis-waterfall-label';
|
|
9619
9619
|
})
|
|
9620
9620
|
.attr('style', self.chartConfiguration.xAxisCustomlabelStyles)
|
|
9621
|
-
.attr('transform', 'translate(' + width / 2 + ' ,' + (height + margin.top +
|
|
9621
|
+
.attr('transform', 'translate(' + width / 2 + ' ,' + (height + margin.top + 42) + ')')
|
|
9622
9622
|
.style('text-anchor', 'middle')
|
|
9623
9623
|
.style('fill', 'var(--chart-text-color)')
|
|
9624
9624
|
.style('color', 'var(--chart-text-color)')
|