chart title alignment changes

This commit is contained in:
vicky_primathon.in 2020-03-23 12:18:06 +05:30
parent 5cf1a0dde6
commit e57d8bab7e

View File

@ -71,6 +71,9 @@ class ChartComponent extends React.Component<ChartComponentProps> {
xAxisName: this.props.xAxisName,
yAxisName: this.props.yAxisName,
theme: "fusion",
captionAlignment: "left",
captionHorizontalPadding: 10,
alignCaptionWithCanvas: 0,
},
data: this.getChartData(this.props.chartData),
},