Skip to content

Commit

Permalink
Fix story "DataCurve > With Error"
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Oct 31, 2023
1 parent 04a0f75 commit 411e615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/storybook/src/DataCurve.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const meta = {
args: {
abscissas: range(0, mockValues.oneD.length),
ordinates: mockValues.oneD,
errors: mockValues.oneD.map(() => 10),
curveType: CurveType.LineOnly,
color: 'blue',
visible: true,
Expand Down

0 comments on commit 411e615

Please sign in to comment.