centered charts
parent
0dcad337ed
commit
2aae9ee455
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue