Skip to content

Commit

Permalink
fix: fixed step after chart type #1978
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuralidharreddy authored and corteggiano committed Sep 27, 2023
1 parent 1a26b36 commit 546b2a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const typeOptions = [
defaultTypeOption,
{ label: 'Step before', value: 'step-start', description: 'Step points rendered at the end of the step.' },
{ label: 'Step middle', value: 'step-middle', description: 'Step points rendered in the middle of the step.' },
{ label: 'Step after', value: 'step-after', description: 'Step points rendered at the beginning of the step.' },
{ label: 'Step after', value: 'step-end', description: 'Step points rendered at the beginning of the step.' },
] as const;

type TypeSectionOptions = {
Expand Down

0 comments on commit 546b2a0

Please sign in to comment.