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