centered charts
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user