Skip to content

Commit

Permalink
Turn zoom select on both charts in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
tsck committed Dec 18, 2024
1 parent 3d866b7 commit 44436b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/core/src/Chart.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ export const WithSameGroupIds: StoryObj<StorybookProps> = {
xAxis: zoomSelectXAxis,
yAxis: zoomSelectYAxis,
}}
onZoomSelect={zoomSelectCallback}
>
{renderHeader && (
<Header title={headerTitle} showDivider={headerShowDivider} />
Expand Down

0 comments on commit 44436b4

Please sign in to comment.