Skip to content

Commit

Permalink
fix(stack): fix broken Stack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed May 9, 2016
1 parent 4d21f33 commit 6ef978c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/Stack.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('<Stack>', function () {
<div style={{ width: 200, height: 200 }}>
<Chart>
<Stack
layers={data}
data={data}
offset={offsetMode}
colors="nivo"
transitionDuration={0}
Expand Down

0 comments on commit 6ef978c

Please sign in to comment.