axidio-styleguide-library1-v2 0.0.873 → 0.0.874
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.
|
@@ -7119,10 +7119,10 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7119
7119
|
this.uniqueId = this.getUniqueId();
|
|
7120
7120
|
this.isTransparentBackground = false;
|
|
7121
7121
|
this.defaultConfiguration = {
|
|
7122
|
-
margin: { top:
|
|
7123
|
-
svgHeight:
|
|
7122
|
+
margin: { top: 20, right: 20, bottom: 20, left: 40 },
|
|
7123
|
+
svgHeight: 70,
|
|
7124
7124
|
legendHeight: '10%',
|
|
7125
|
-
numberOfYTicks:
|
|
7125
|
+
numberOfYTicks: 5,
|
|
7126
7126
|
labelFormatter: ChartHelper.defaultFormatter,
|
|
7127
7127
|
xAxisLabelFomatter: ChartHelper.defaultFormatter,
|
|
7128
7128
|
yAxisLabelFomatter: ChartHelper.defaultFormatter,
|