Skip to content

Commit

Permalink
fix(storybook): add useUTC:false to line timeScale
Browse files Browse the repository at this point in the history
Close #778
  • Loading branch information
wyze committed May 17, 2020
1 parent b5464bb commit f3ba3f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/line/stories/line.stories.js
Expand Up @@ -152,6 +152,7 @@ stories.add('time scale', () => (
xScale={{
type: 'time',
format: '%Y-%m-%d',
useUTC: false,
precision: 'day',
}}
xFormat="time:%Y-%m-%d"
Expand Down

0 comments on commit f3ba3f9

Please sign in to comment.