axidio-styleguide-library1-v2 0.7.34 → 0.7.35
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.
|
@@ -9024,7 +9024,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9024
9024
|
.attr('y1', yZero)
|
|
9025
9025
|
.attr('y2', yZero)
|
|
9026
9026
|
.style('stroke-dasharray', '5 5')
|
|
9027
|
-
.style('stroke',
|
|
9027
|
+
.style('stroke', this.chartData.targetLineData.color);
|
|
9028
9028
|
// Add target label
|
|
9029
9029
|
const dataTypeTemp = metaData.dataType || '';
|
|
9030
9030
|
const targetLineName = this.chartData.targetLineData.targetName || 'target';
|