Skip to content

Commit

Permalink
fix(sankey): change custom align story to use correct align property
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze authored and Raphaël Benitte committed May 18, 2019
1 parent 87c762c commit 6d300ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sankey/stories/sankey.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const stories = storiesOf('Sankey', module)

stories.add('default', () => <Sankey {...commonProperties} />)

stories.add('custom align (right)', () => <Sankey {...commonProperties} align="right" />)
stories.add('custom align (end)', () => <Sankey {...commonProperties} align="end" />)

stories.add('outside labels', () => <Sankey {...commonProperties} labelPosition="outside" />)

Expand Down

0 comments on commit 6d300ab

Please sign in to comment.