axidio-styleguide-library1-v2 0.1.52 → 0.1.53
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.
|
@@ -8941,6 +8941,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8941
8941
|
if (subgroups.length === 1 && !self.isZoomedOut) {
|
|
8942
8942
|
return 80;
|
|
8943
8943
|
}
|
|
8944
|
+
let tempScale = d3.scaleBand().domain([]).range([0, 0]);
|
|
8944
8945
|
// Default logic for other chart types
|
|
8945
8946
|
if (self.chartConfiguration.isDrilldownChart) {
|
|
8946
8947
|
data.map((indiv) => {
|