axidio-styleguide-library1-v2 0.0.995 → 0.0.997
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.
|
@@ -9091,7 +9091,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9091
9091
|
// Increase bar width a bit in zoom-in view
|
|
9092
9092
|
let reducedBarWidth = 60;
|
|
9093
9093
|
if (!self.isZoomedOut) {
|
|
9094
|
-
reducedBarWidth =
|
|
9094
|
+
reducedBarWidth = 30;
|
|
9095
9095
|
}
|
|
9096
9096
|
if (self.chartData.data.length == 1) {
|
|
9097
9097
|
if (Object.keys(self.chartData.data[0]).length == 2) {
|