Skip to content

Commit

Permalink
refactor: add timeZone prop to story
Browse files Browse the repository at this point in the history
  • Loading branch information
rshen91 committed Mar 11, 2020
1 parent 1d888f7 commit ead2e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stories/line/10_duplicate_ticks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const example = () => {
{ x: now + oneDay * 4, y: 8 },
{ x: now + oneDay * 5, y: 6 },
]}
timeZone="local"
/>
</Chart>
);
Expand Down

0 comments on commit ead2e9e

Please sign in to comment.