axidio-styleguide-library1-v2 0.6.22 → 0.6.23

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.
@@ -7345,14 +7345,14 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
7345
7345
  if (this.chartConfiguration.isYaxisHidden) {
7346
7346
  d3.selectAll('.yaxis-dashed').attr('class', 'lib-display-hidden');
7347
7347
  }
7348
- if (this.isZoomedOut && data.length > 9) {
7349
- svg
7350
- .selectAll('.lib-xaxis-labels-texts-drilldown')
7351
- .attr('transform', 'rotate(-90)')
7352
- .attr('text-anchor', 'end')
7353
- .attr('x', '-5')
7354
- .attr('dy', null);
7355
- }
7348
+ // if (this.isZoomedOut && data.length > 9) {
7349
+ // svg
7350
+ // .selectAll('.lib-xaxis-labels-texts-drilldown')
7351
+ // .attr('transform', 'rotate(-90)')
7352
+ // .attr('text-anchor', 'end')
7353
+ // .attr('x', '-5')
7354
+ // .attr('dy', null);
7355
+ // }
7356
7356
  }
7357
7357
  renderCustomXAxis(svg, scales, dimensions, data) {
7358
7358
  svg