Skip to content

Commit

Permalink
add bothaxes story
Browse files Browse the repository at this point in the history
  • Loading branch information
annacmc committed Dec 23, 2024
1 parent a58f6cc commit 3915980
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ const Template: StoryFn< typeof GridControl > = args => {
// Define stories for each grid visibility option
export const Default = Template.bind( {} );
Default.args = {
gridVisibility: 'x',
};

export const BothAxes = Template.bind( {} );
BothAxes.args = {
gridVisibility: 'xy',
className: 'grid-lines',
};

0 comments on commit 3915980

Please sign in to comment.