chart component title left aligned
This commit is contained in:
parent
046ccf13cb
commit
76e25d5e38
|
|
@ -72,6 +72,9 @@ const ChartComponent = (props: ChartComponentProps) => {
|
|||
yAxisName: props.yAxisName,
|
||||
theme: "fusion",
|
||||
caption: props.chartName,
|
||||
captionAlignment: "left",
|
||||
captionHorizontalPadding: 10,
|
||||
alignCaptionWithCanvas: false,
|
||||
},
|
||||
data: getChartData(props.chartData),
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user