-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Floating bar chart and support on time scale? #7356
Comments
I would expect it to be supported on the time scale. I don't have any ideas off the top of my head What version are you using? |
@benmccann I forgot... 2.9.3 Do you need a codepen example? |
I have found same issue #6499 and seems still pending. Maybe I'm wrong |
CodePen example is here https://codepen.io/stockinail/pen/oNjPYNo |
#6499 seems unrelated. The issue in that one was that the feature hadn't been released yet :-) |
@benmccann that sounded really close to mine, sorry. Thanks a lot! |
Another thing fixed in v3. The change is here: #6739 |
@kurkle Thank you very much. I'm gonna wait for v3 to implement this capability on time series. |
For 2.9.3, you can use separate labels, to make it work: https://codepen.io/kurkle/pen/rNOZqRG |
Very good! Thank you very much! This is a good workaround. I will use it! |
@kurkle if I may, in V3 will it work with UTC value into |
Ignore it. I have tested and it works!! thanks again |
I'd use x or y instead of t though. All of those work, if the scale is time scale. |
Another new thing that I learned! Thank you. Does it work like that on 2.9.3? If yes, we can say that |
Should work the same in 2.9.3 |
I'm doing some tests on floating bar charts and I have got some problems to use floating bar and time scale.
I prepared my dataset with the datapoints (see below) but the chart doesn't show the dataset.
I have tried to use also
t
property with UTC with the same result.I haven't raised a bug because I have the feeling the floating bar charts don't support time scale (and time series).
The text was updated successfully, but these errors were encountered: