axidio-styleguide-library1-v2 0.0.895 → 0.0.898
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.
|
@@ -4638,7 +4638,9 @@ class GroupChartComponent extends ComponentUniqueId {
|
|
|
4638
4638
|
.axisLeft(y)
|
|
4639
4639
|
.tickSize(0)
|
|
4640
4640
|
.ticks(self.chartConfiguration.numberOfYTicks)
|
|
4641
|
-
.tickFormat(self.chartConfiguration.yAxisLabelFomatter))
|
|
4641
|
+
.tickFormat(self.chartConfiguration.yAxisLabelFomatter))
|
|
4642
|
+
.selectAll('text')
|
|
4643
|
+
.style('fill', 'var(--chart-text-color)');
|
|
4642
4644
|
svgYAxisRight
|
|
4643
4645
|
.append('g')
|
|
4644
4646
|
.attr('class', 'lib-yaxis-labels-texts-drilldown yaxis-dashed')
|