Skip to content

Commit

Permalink
remove activeSegment in Piechart story
Browse files Browse the repository at this point in the history
  • Loading branch information
vbersch committed Aug 25, 2020
1 parent 5f468ef commit c03feb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/charts/src/components/PieChart/PieChart.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ export default {
component: PieChart,
args: {
innerRadius: '0%',
outerRadius: '80%',
activeSegment: 2
outerRadius: '80%'
},
argTypes: {
dataset: {
Expand Down

0 comments on commit c03feb8

Please sign in to comment.