axidio-styleguide-library1-v2 0.4.11 → 0.4.13
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.
|
@@ -7783,10 +7783,10 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7783
7783
|
.attr('class', 'x1 axis1')
|
|
7784
7784
|
.attr('transform', `translate(0,${translateY})`)
|
|
7785
7785
|
// .attr('transform', `translate(-35,${translateY})`)
|
|
7786
|
-
.call(d3.axisBottom(x))
|
|
7787
|
-
|
|
7788
|
-
|
|
7789
|
-
|
|
7786
|
+
// .call(d3.axisBottom(x))
|
|
7787
|
+
.call(isria ? d3.axisBottom(x).tickSize(0) : d3.axisBottom(x))
|
|
7788
|
+
// .call((g) => g.select('.domain').remove());
|
|
7789
|
+
// .call((g) => { if (!isria) g.select('.domain').remove(); })
|
|
7790
7790
|
.call(g => {
|
|
7791
7791
|
// RIA + single subgroup → remove domain
|
|
7792
7792
|
if (isria && (subgroups.length > 1 && self.chartData.data.length === 1)) {
|