We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db76862 commit db97816Copy full SHA for db97816
stories/victory-pie.stories.js
@@ -39,7 +39,7 @@ export const Data = () => {
39
<VictoryPie
40
style={parentStyle}
41
data={[
42
- { x: "Cat", y: 62 },
+ { x: "Cat", y: 63 },
43
{ x: "Dog", y: 91 },
44
{ x: "Fish", y: 55 },
45
{ x: "Bird", y: 55 }
0 commit comments