axidio-styleguide-library1-v2 0.0.801 → 0.0.803
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.
- package/esm2022/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.mjs +2 -2
- package/esm2022/lib/horizontal-grouped-bar-with-scroll-zoom/horizontal-grouped-bar-with-scroll-zoom.component.mjs +2 -2
- package/fesm2022/axidio-styleguide-library1-v2.mjs +2 -2
- package/fesm2022/axidio-styleguide-library1-v2.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -8249,7 +8249,7 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8249
8249
|
return 'lib-xlabel-drilldowncharts';
|
|
8250
8250
|
if (self.chartConfiguration.isMultiChartGridLine != undefined)
|
|
8251
8251
|
return 'lib-xlabel-weeklyCharts';
|
|
8252
|
-
return 'lib-axis-waterfall-label font-size-1';
|
|
8252
|
+
return 'lib-axis-waterfall-label lib-axis-group-label font-size-1';
|
|
8253
8253
|
})
|
|
8254
8254
|
.attr('style', self.chartConfiguration.xAxisCustomlabelStyles)
|
|
8255
8255
|
.attr('transform', 'translate(' + width / 2 + ' ,' + (height + margin.top + 40) + ')')
|
|
@@ -9600,7 +9600,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9600
9600
|
return 'lib-xlabel-drilldowncharts';
|
|
9601
9601
|
if (self.chartConfiguration.isMultiChartGridLine != undefined)
|
|
9602
9602
|
return 'lib-xlabel-weeklyCharts';
|
|
9603
|
-
return 'lib-axis-waterfall-label font-size-1';
|
|
9603
|
+
return 'lib-axis-waterfall-label lib-axis-group-label font-size-1';
|
|
9604
9604
|
})
|
|
9605
9605
|
.attr('style', self.chartConfiguration.xAxisCustomlabelStyles)
|
|
9606
9606
|
.attr('transform', 'translate(' + width / 2 + ' ,' + (height + margin.top + 40) + ')')
|