axidio-styleguide-library1-v2 0.0.884 → 0.0.886
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.
|
@@ -4745,7 +4745,7 @@ class GroupChartComponent extends ComponentUniqueId {
|
|
|
4745
4745
|
return baseClass + ' lib-axis-waterfall-label';
|
|
4746
4746
|
})
|
|
4747
4747
|
.attr('style', self.chartConfiguration.xAxisCustomlabelStyles)
|
|
4748
|
-
.attr('transform', 'translate(' + width / 2 + ' ,' + (height + margin.top) + ')')
|
|
4748
|
+
.attr('transform', 'translate(' + width / 2 + ' ,' + (height + margin.top + 10) + ')')
|
|
4749
4749
|
.style('text-anchor', 'middle')
|
|
4750
4750
|
.style('fill', 'var(--chart-text-color)')
|
|
4751
4751
|
.text(isAcr ? xLabelText.toUpperCase() : xLabelText.toLowerCase())
|