axidio-styleguide-library1-v2 0.1.47 → 0.1.48
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.
|
@@ -7950,6 +7950,14 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7950
7950
|
.select('.x-axis')
|
|
7951
7951
|
.attr('transform', `translate(0, ${height - margin.bottom + 10})`);
|
|
7952
7952
|
}
|
|
7953
|
+
else {
|
|
7954
|
+
svg
|
|
7955
|
+
.selectAll('.lib-xaxis-labels-texts-drilldown')
|
|
7956
|
+
.attr('transform', 'rotate(-90)')
|
|
7957
|
+
.attr('text-anchor', 'end')
|
|
7958
|
+
.attr('x', '-5')
|
|
7959
|
+
.attr('dy', null);
|
|
7960
|
+
}
|
|
7953
7961
|
function styleAxisDomain() {
|
|
7954
7962
|
svg.selectAll('.domain')
|
|
7955
7963
|
.style('stroke', 'var(--chart-axis-color)')
|