axidio-styleguide-library1-v2 0.3.81 → 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', 0)
8536
+ .attr('x1', 20)
8537
8537
  .attr('x2', width)
8538
8538
  .attr('y1', yZero)
8539
8539
  .attr('y2', yZero)
@@ -8543,8 +8543,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8543
8543
  const dataTypeTemp = metaData.dataType || '';
8544
8544
  const targetLineName = this.chartData.targetLineData.targetName || 'target';
8545
8545
  svgYAxisRight.append('foreignObject')
8546
- .attr('transform', `translate(10,${yZero - 30})`)
8547
- .attr('width', rightSvgWidth - 10)
8546
+ .attr('transform', `translate(0,${yZero - 30})`)
8547
+ .attr('width', rightSvgWidth)
8548
8548
  .attr('height', 50)
8549
8549
  .append('xhtml:div')
8550
8550
  .attr('class', 'target-display')