axidio-styleguide-library1-v2 0.5.32 → 0.5.33

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.
@@ -7893,19 +7893,18 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
7893
7893
  // .call((g) => { if (!isria) g.select('.domain').remove(); })
7894
7894
  .call(g => {
7895
7895
  // RIA + single subgroup → remove domain
7896
- if (isria && (subgroups.length > 1 && self.chartData.data.length === 1)) {
7897
- g.select('.domain').remove();
7898
- return;
7899
- }
7900
- // Default behavior
7901
- if (!isria) {
7902
- g.select('.domain').remove();
7903
- }
7896
+ // if (isria && (subgroups.length > 1 && self.chartData.data.length ===1 )) {
7897
+ // g.select('.domain').remove();
7898
+ // return;
7899
+ // }
7900
+ // // Default behavior
7901
+ // if (!isria) {
7902
+ g.select('.domain').remove();
7903
+ // }
7904
7904
  })
7905
- .call((g) => {
7905
+ // .call((g) => {
7906
7906
  // Move only the axis line (domain) to the left
7907
- g.select('.domain').attr('transform', 'translate(-60,0)');
7908
- })
7907
+ // g.select('.domain').attr('transform', 'translate(-60,0)');})
7909
7908
  .call((g) => {
7910
7909
  // Increase spacing between axis and labels
7911
7910
  if (isria && (subgroups.length === 1 || self.chartData.data.length > 1)) {