diff --git a/samples/charts/data-chart/stacked-100-area-chart.json b/samples/charts/data-chart/stacked-100-area-chart.json index 720826557..5e0c80e13 100644 --- a/samples/charts/data-chart/stacked-100-area-chart.json +++ b/samples/charts/data-chart/stacked-100-area-chart.json @@ -15,6 +15,10 @@ "legendRef": "legend", "isHorizontalZoomEnabled": false, "isVerticalZoomEnabled": false, + "plotAreaMarginLeft": 12, + "plotAreaMarginTop": 12, + "plotAreaMarginRight": 12, + "plotAreaMarginBottom": 12, "axes": [ { "type": "CategoryXAxis", diff --git a/samples/charts/data-chart/stacked-100-line-chart.json b/samples/charts/data-chart/stacked-100-line-chart.json index 61f3c75d7..3e6e5bb8f 100644 --- a/samples/charts/data-chart/stacked-100-line-chart.json +++ b/samples/charts/data-chart/stacked-100-line-chart.json @@ -15,6 +15,10 @@ "legendRef": "legend", "isHorizontalZoomEnabled": false, "isVerticalZoomEnabled": false, + "plotAreaMarginLeft": 12, + "plotAreaMarginTop": 12, + "plotAreaMarginRight": 12, + "plotAreaMarginBottom": 12, "axes": [ { "type": "CategoryXAxis", diff --git a/samples/charts/data-chart/stacked-100-spline-area-chart.json b/samples/charts/data-chart/stacked-100-spline-area-chart.json index 2d3d620b7..4aac5c1d9 100644 --- a/samples/charts/data-chart/stacked-100-spline-area-chart.json +++ b/samples/charts/data-chart/stacked-100-spline-area-chart.json @@ -15,6 +15,10 @@ "legendRef": "legend", "isHorizontalZoomEnabled": false, "isVerticalZoomEnabled": false, + "plotAreaMarginLeft": 12, + "plotAreaMarginTop": 12, + "plotAreaMarginRight": 12, + "plotAreaMarginBottom": 12, "axes": [ { "type": "CategoryXAxis", diff --git a/samples/charts/data-chart/stacked-100-spline-chart.json b/samples/charts/data-chart/stacked-100-spline-chart.json index 7fd919fea..bd19163c7 100644 --- a/samples/charts/data-chart/stacked-100-spline-chart.json +++ b/samples/charts/data-chart/stacked-100-spline-chart.json @@ -15,6 +15,10 @@ "legendRef": "legend", "isHorizontalZoomEnabled": false, "isVerticalZoomEnabled": false, + "plotAreaMarginLeft": 12, + "plotAreaMarginTop": 12, + "plotAreaMarginRight": 12, + "plotAreaMarginBottom": 12, "axes": [ { "type": "CategoryXAxis", diff --git a/samples/charts/data-chart/stacked-area-chart.json b/samples/charts/data-chart/stacked-area-chart.json index a7ce38722..1d78c4c2d 100644 --- a/samples/charts/data-chart/stacked-area-chart.json +++ b/samples/charts/data-chart/stacked-area-chart.json @@ -15,6 +15,10 @@ "legendRef": "legend", "isHorizontalZoomEnabled": false, "isVerticalZoomEnabled": false, + "plotAreaMarginLeft": 12, + "plotAreaMarginTop": 12, + "plotAreaMarginRight": 12, + "plotAreaMarginBottom": 12, "axes": [ { "type": "CategoryXAxis", diff --git a/samples/charts/data-chart/stacked-line-chart.json b/samples/charts/data-chart/stacked-line-chart.json index 5076aa102..51fc4278f 100644 --- a/samples/charts/data-chart/stacked-line-chart.json +++ b/samples/charts/data-chart/stacked-line-chart.json @@ -15,6 +15,10 @@ "legendRef": "legend", "isHorizontalZoomEnabled": false, "isVerticalZoomEnabled": false, + "plotAreaMarginLeft": 12, + "plotAreaMarginTop": 12, + "plotAreaMarginRight": 12, + "plotAreaMarginBottom": 12, "axes": [ { "type": "CategoryXAxis", diff --git a/samples/charts/data-chart/stacked-spline-area-chart.json b/samples/charts/data-chart/stacked-spline-area-chart.json index 6bdece220..c55ccee4b 100644 --- a/samples/charts/data-chart/stacked-spline-area-chart.json +++ b/samples/charts/data-chart/stacked-spline-area-chart.json @@ -15,6 +15,10 @@ "legendRef": "legend", "isHorizontalZoomEnabled": false, "isVerticalZoomEnabled": false, + "plotAreaMarginLeft": 12, + "plotAreaMarginTop": 12, + "plotAreaMarginRight": 12, + "plotAreaMarginBottom": 12, "axes": [ { "type": "CategoryXAxis", diff --git a/samples/charts/data-chart/stacked-spline-chart.json b/samples/charts/data-chart/stacked-spline-chart.json index ea996362c..7623c9a89 100644 --- a/samples/charts/data-chart/stacked-spline-chart.json +++ b/samples/charts/data-chart/stacked-spline-chart.json @@ -15,6 +15,10 @@ "legendRef": "legend", "isHorizontalZoomEnabled": false, "isVerticalZoomEnabled": false, + "plotAreaMarginLeft": 12, + "plotAreaMarginTop": 12, + "plotAreaMarginRight": 12, + "plotAreaMarginBottom": 12, "axes": [ { "type": "CategoryXAxis",