axidio-styleguide-library1-v2 0.1.49 → 0.1.50
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.
|
@@ -7970,7 +7970,8 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7970
7970
|
// .style('stroke', this.chartData.targetLineData.color);
|
|
7971
7971
|
svgYAxisRight
|
|
7972
7972
|
.append('foreignObject')
|
|
7973
|
-
.attr('transform', 'translate(' + 0 + ',' + (yZero - 30) + ')')
|
|
7973
|
+
// .attr('transform', 'translate(' + 0 + ',' + (yZero - 30) + ')')
|
|
7974
|
+
.attr('transform', 'translate(' + 0 + ',' + 0 + ')')
|
|
7974
7975
|
.attr('width', rightSvgWidth)
|
|
7975
7976
|
.attr('height', 50)
|
|
7976
7977
|
.append('xhtml:div')
|