axidio-styleguide-library1-v2 0.6.13 → 0.6.14

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.
@@ -8105,9 +8105,9 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8105
8105
  xAxisLabels.each(function (d) {
8106
8106
  const isDateLabel = /^(\d{2,4}[-\/])?\d{2,4}[-\/]\d{2,4}$/.test(d.trim());
8107
8107
  const isWeekLabel = /week|wk|w\d+/i.test(d);
8108
- if (subgroups.length > 1 && self.isZoomedOut && data.length > 8 && isDateLabel && !isWeekLabel) {
8109
- d3.select(this).style('writing-mode', 'sideways-lr');
8110
- }
8108
+ // if (subgroups.length > 1 && self.isZoomedOut && data.length > 8 && isDateLabel && !isWeekLabel) {
8109
+ // d3.select(this).style('writing-mode', 'sideways-lr');
8110
+ // }
8111
8111
  });
8112
8112
  // Add second line for non-date labels on desktop
8113
8113
  if (!isMobile) {