Skip to content
Snippets Groups Projects
Commit 4f9b6746 authored by esikkala's avatar esikkala
Browse files

Bar chart race: adjust layout

parent 5edc9b3c
No related branches found
No related tags found
No related merge requests found
......@@ -618,9 +618,7 @@ class BarChartRace extends React.Component {
render () {
return (
<Paper>
<div id='chartdiv' style={{ width: '100%', height: '700px' }} />
</Paper>
<Paper square id='chartdiv' style={{ width: '100%', height: 'calc(100% - 72px)' }} />
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment