Skip to content

Commit

Permalink
Merge pull request #3431 from Vizzuality/fix/resizing-of-horizontal-c…
Browse files Browse the repository at this point in the history
…hart

Fix: force resize horizontal bar chart
  • Loading branch information
edbrett committed May 28, 2018
2 parents 7719cae + cd3546e commit 923aeff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class HorizontalBarChart extends PureComponent {

return (
<div className={`c-horizontal-bar-chart ${className}`}>
<ResponsiveContainer>
<ResponsiveContainer width="99%">
<BarChart
data={pageData}
margin={{ top: 15, right: 0, left: -24, bottom: 0 }}
Expand Down

0 comments on commit 923aeff

Please sign in to comment.