axidio-styleguide-library1-v2 0.4.64 → 0.4.65
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.
|
@@ -7876,6 +7876,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7876
7876
|
const originalWidth = x.range()[1];
|
|
7877
7877
|
const domain = g.select('.domain');
|
|
7878
7878
|
domain.attr('d', `M0,0 H${originalWidth + extra}`);
|
|
7879
|
+
domain.attr('transform', 'translate(-10,0)');
|
|
7879
7880
|
return;
|
|
7880
7881
|
}
|
|
7881
7882
|
// Default behavior
|