axidio-styleguide-library1-v2 0.0.825 → 0.0.826

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.
@@ -9613,12 +9613,12 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
9613
9613
  svg
9614
9614
  .append('text')
9615
9615
  .attr('class', function () {
9616
- let baseClass = 'lib-axis-group-label';
9616
+ let baseClass = 'lib-axis-group-label font-size-1';
9617
9617
  if (self.chartConfiguration.isDrilldownChart)
9618
9618
  return baseClass + ' lib-xlabel-drilldowncharts';
9619
9619
  if (self.chartConfiguration.isMultiChartGridLine != undefined)
9620
9620
  return baseClass + ' lib-xlabel-weeklyCharts';
9621
- return baseClass + ' lib-axis-waterfall-label font-size-1';
9621
+ return baseClass + ' lib-axis-waterfall-label';
9622
9622
  })
9623
9623
  .attr('style', self.chartConfiguration.xAxisCustomlabelStyles)
9624
9624
  .attr('transform', 'translate(' + width / 2 + ' ,' + (height + margin.top + 40) + ')')