Move bar chart to the left
This commit is contained in:
parent
16e8319e82
commit
c534fb4534
|
@ -42,8 +42,8 @@ var Dashboard = React.createClass({
|
||||||
return (
|
return (
|
||||||
<div className="content">
|
<div className="content">
|
||||||
<InfoBlock image={infoImage} className={infoImageClass} title={infoTitle} />
|
<InfoBlock image={infoImage} className={infoImageClass} title={infoTitle} />
|
||||||
<BarChart api={bcApi} params={this.getParams()} items={bcItems} />
|
|
||||||
<StackedAreaChart api={sacApi} params={this.getParams()} items={sacItems} />
|
<StackedAreaChart api={sacApi} params={this.getParams()} items={sacItems} />
|
||||||
|
<BarChart api={bcApi} params={this.getParams()} items={bcItems} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue