axidio-styleguide-library1-v2 0.0.794 → 0.0.796
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.
|
@@ -8963,8 +8963,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8963
8963
|
}
|
|
8964
8964
|
else
|
|
8965
8965
|
tempScale.range([
|
|
8966
|
-
0 + (x.bandwidth() -
|
|
8967
|
-
x.bandwidth() - (x.bandwidth() -
|
|
8966
|
+
0 + (x.bandwidth() - 200) / 2,
|
|
8967
|
+
x.bandwidth() - (x.bandwidth() - 200) / 2,
|
|
8968
8968
|
]);
|
|
8969
8969
|
// .padding(0.05);
|
|
8970
8970
|
}
|
|
@@ -9007,15 +9007,15 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9007
9007
|
if (self.chartData.data.length == 1) {
|
|
9008
9008
|
if (Object.keys(self.chartData.data[0]).length == 2) {
|
|
9009
9009
|
tempScale.range([
|
|
9010
|
-
0 + (x.bandwidth() -
|
|
9011
|
-
x.bandwidth() - (x.bandwidth() -
|
|
9010
|
+
0 + (x.bandwidth() - 200) / 2,
|
|
9011
|
+
x.bandwidth() - (x.bandwidth() - 200) / 2,
|
|
9012
9012
|
]);
|
|
9013
9013
|
// .padding(0.05);
|
|
9014
9014
|
}
|
|
9015
9015
|
else
|
|
9016
9016
|
tempScale.range([
|
|
9017
|
-
0 + (x.bandwidth() -
|
|
9018
|
-
x.bandwidth() - (x.bandwidth() -
|
|
9017
|
+
0 + (x.bandwidth() - 200) / 2,
|
|
9018
|
+
x.bandwidth() - (x.bandwidth() - 200) / 2,
|
|
9019
9019
|
]);
|
|
9020
9020
|
// .padding(0.05);
|
|
9021
9021
|
}
|