Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
acharyakavita committed Apr 3, 2024
1 parent b410157 commit 59c7cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/victory-bar.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export const Data = () => {
{ animal: "Bird", pet: 15, wild: 40 },
]}
x={"animal"}
y={(data) => -data.wild + data.pet}
y={(data) => data.pet + data.wild}
/>
</VictoryChart>
<VictoryChart {...defaultChartProps}>
Expand Down

0 comments on commit 59c7cce

Please sign in to comment.