axidio-styleguide-library1-v2 0.0.795 → 0.0.797
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.
|
@@ -8962,8 +8962,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8962
8962
|
}
|
|
8963
8963
|
else
|
|
8964
8964
|
tempScale.range([
|
|
8965
|
-
0 + (x.bandwidth() -
|
|
8966
|
-
x.bandwidth() - (x.bandwidth() -
|
|
8965
|
+
0 + (x.bandwidth() - 200) / 2,
|
|
8966
|
+
x.bandwidth() - (x.bandwidth() - 200) / 2,
|
|
8967
8967
|
]);
|
|
8968
8968
|
// .padding(0.05);
|
|
8969
8969
|
}
|
|
@@ -9013,8 +9013,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9013
9013
|
}
|
|
9014
9014
|
else
|
|
9015
9015
|
tempScale.range([
|
|
9016
|
-
0 + (x.bandwidth() -
|
|
9017
|
-
x.bandwidth() - (x.bandwidth() -
|
|
9016
|
+
0 + (x.bandwidth() - 200) / 2,
|
|
9017
|
+
x.bandwidth() - (x.bandwidth() - 200) / 2,
|
|
9018
9018
|
]);
|
|
9019
9019
|
// .padding(0.05);
|
|
9020
9020
|
}
|