Skip to content

Commit

Permalink
fix: react-component Chart story book is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mnischay authored and corteggiano committed Jan 31, 2024
1 parent cac6a22 commit c273ad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const BaseChartExample: ComponentStory<FC<StoryInputs>> = ({
defaultVisualizationType={chartType}
significantDigits={significantDigits}
size={size}
onChartOptionsChange={jest.fn()}
onChartOptionsChange={() => {}}
styleSettings={styleSettings}
viewport={viewport ?? VIEWPORT}
queries={[MOCK_TIME_SERIES_DATA_QUERY]}
Expand Down

0 comments on commit c273ad5

Please sign in to comment.