centered charts

master
Malar Kannan 2018-07-01 22:50:23 +05:30
parent 0dcad337ed
commit 2aae9ee455
2 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@ export default class ChartLoader extends React.Component<any, any> {
public render() {
const colorMaps = this.props.colorMaps;
return (
<Columns>
<Columns isCentered={true}>
{this.props.chartList.map((o: any, i: number) => {
const colorMap = colorMaps[o.chartColumn];
return (