From e57d8bab7eff3d3a9c08ba25362fe066f1bd47c4 Mon Sep 17 00:00:00 2001 From: "vicky_primathon.in" Date: Mon, 23 Mar 2020 12:18:06 +0530 Subject: [PATCH] chart title alignment changes --- .../src/components/designSystems/appsmith/ChartComponent.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/client/src/components/designSystems/appsmith/ChartComponent.tsx b/app/client/src/components/designSystems/appsmith/ChartComponent.tsx index b31777e4fd..688df10b7c 100644 --- a/app/client/src/components/designSystems/appsmith/ChartComponent.tsx +++ b/app/client/src/components/designSystems/appsmith/ChartComponent.tsx @@ -71,6 +71,9 @@ class ChartComponent extends React.Component { xAxisName: this.props.xAxisName, yAxisName: this.props.yAxisName, theme: "fusion", + captionAlignment: "left", + captionHorizontalPadding: 10, + alignCaptionWithCanvas: 0, }, data: this.getChartData(this.props.chartData), },