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 14, 2023
1 parent c0d2027 commit 1bbdfe2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stories/victory-axis.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ 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 1bbdfe2

Please sign in to comment.