centered charts
parent
0dcad337ed
commit
2aae9ee455
|
|
@ -6,7 +6,7 @@ export default class ChartLoader extends React.Component<any, any> {
|
||||||
public render() {
|
public render() {
|
||||||
const colorMaps = this.props.colorMaps;
|
const colorMaps = this.props.colorMaps;
|
||||||
return (
|
return (
|
||||||
<Columns>
|
<Columns isCentered={true}>
|
||||||
{this.props.chartList.map((o: any, i: number) => {
|
{this.props.chartList.map((o: any, i: number) => {
|
||||||
const colorMap = colorMaps[o.chartColumn];
|
const colorMap = colorMaps[o.chartColumn];
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue