-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
TimeRange emptyColor #1661
Comments
Hi, I also want this feature to be added. But the problem is if the data value range is rather large, smaller value items also set to be |
We wanted to use the TimeRange component as well but this is stopping us. Looking at the code I think the best way to go about this would be to add support for @wyze have those features already been planned out? If not I'd be willing to give it a go. |
Not planned out, a PR would be great. |
Closed via #1722. |
@wyze this does not appear to have been pushed to npm. Can you please push this PR? |
@321ckatz123, I just published |
Describe/explain the bug
According to the documentation, the
TimeRange
(andResponsiveTimeRange
) should have theemptyColor
property, just like theCalendar
component. You can see it here:To Reproduce
https://codesandbox.io/s/frosty-swartz-07f8z?file=/src/App.js
Expected behavior
I expect the
emptyColor
property to exist and have an effect. In my case, the time range will feel very empty if I don't have those "empty" boxes. :(Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: