Skip to content

Commit

Permalink
Merge pull request #85 from brandonmp/patch-1
Browse files Browse the repository at this point in the history
πŸ›  added `innerHeight`  to props destructure. Will fix failing tests in another PR.
  • Loading branch information
williaster authored Feb 12, 2018
2 parents 918b905 + 11d224e commit c521c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/histogram/src/axis/YAxis.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default function YAxis({
tickLabelProps: passedTickLabelProps,
tickStyles,
tickValues,
innerHeight
}) {
if (!scale || !innerHeight) return null;
const Axis = orientation === 'left' ? AxisLeft : AxisRight;
Expand Down

0 comments on commit c521c95

Please sign in to comment.