chart title alignment changes
This commit is contained in:
parent
5cf1a0dde6
commit
e57d8bab7e
|
|
@ -71,6 +71,9 @@ class ChartComponent extends React.Component<ChartComponentProps> {
|
||||||
xAxisName: this.props.xAxisName,
|
xAxisName: this.props.xAxisName,
|
||||||
yAxisName: this.props.yAxisName,
|
yAxisName: this.props.yAxisName,
|
||||||
theme: "fusion",
|
theme: "fusion",
|
||||||
|
captionAlignment: "left",
|
||||||
|
captionHorizontalPadding: 10,
|
||||||
|
alignCaptionWithCanvas: 0,
|
||||||
},
|
},
|
||||||
data: this.getChartData(this.props.chartData),
|
data: this.getChartData(this.props.chartData),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user