axidio-styleguide-library1-v2 0.3.82 → 0.3.83
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.
|
@@ -8533,7 +8533,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8533
8533
|
const yZero = y(this.chartData.targetLineData.target);
|
|
8534
8534
|
// Draw target line
|
|
8535
8535
|
svg.append('line')
|
|
8536
|
-
.attr('x1',
|
|
8536
|
+
.attr('x1', 20)
|
|
8537
8537
|
.attr('x2', width)
|
|
8538
8538
|
.attr('y1', yZero)
|
|
8539
8539
|
.attr('y2', yZero)
|