axidio-styleguide-library1-v2 0.0.845 → 0.0.846
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.
|
@@ -9162,15 +9162,15 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9162
9162
|
if (self.chartData.data.length == 1) {
|
|
9163
9163
|
if (Object.keys(self.chartData.data[0]).length == 2) {
|
|
9164
9164
|
tempScale.range([
|
|
9165
|
-
0 + (x.bandwidth() -
|
|
9166
|
-
x.bandwidth() - (x.bandwidth() -
|
|
9165
|
+
0 + (x.bandwidth() - 100) / 2,
|
|
9166
|
+
x.bandwidth() - (x.bandwidth() - 100) / 2,
|
|
9167
9167
|
]);
|
|
9168
9168
|
// .padding(0.05);
|
|
9169
9169
|
}
|
|
9170
9170
|
else
|
|
9171
9171
|
tempScale.range([
|
|
9172
|
-
0 + (x.bandwidth() -
|
|
9173
|
-
x.bandwidth() - (x.bandwidth() -
|
|
9172
|
+
0 + (x.bandwidth() - 125) / 2,
|
|
9173
|
+
x.bandwidth() - (x.bandwidth() - 125) / 2,
|
|
9174
9174
|
]);
|
|
9175
9175
|
// .padding(0.05);
|
|
9176
9176
|
}
|