-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: allow empty tick values #2671
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
4034df2
to
ced9e1f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny suggestion, otherwise lgtm
ced9e1f
to
c223b6c
Compare
c223b6c
to
1bbdfe2
Compare
Issue Link: #1300
Allow empty tickValues and display an empty graph. The suggested work around was
tickValues={[null]}
. We can now do:tickValues={[]}
.Before with empty tick values:
After: