Skip to content

Commit

Permalink
chore: update storybook to include example
Browse files Browse the repository at this point in the history
  • Loading branch information
Makeen Sabree committed Nov 12, 2023
1 parent c0d2027 commit c223b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stories/victory-axis.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ export const TickValues = () => {
<VictoryChart {...defaultChartProps} scale={{ x: "log" }}>
<VictoryAxis tickValues={[1, 3, 5, 7, 10, 50, 100, 500, 1000]} />
</VictoryChart>
<VictoryChart {...defaultChartProps}>
<VictoryAxis label={'Empty Tick Values'} tickValues={[]} orientation="right" />
</VictoryChart>
</div>
);
};
Expand Down

0 comments on commit c223b6c

Please sign in to comment.