-
Notifications
You must be signed in to change notification settings - Fork 281
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
Complete support for DateTime and Duration coordinate #36
Comments
It looks like Datetime require only Date not DateTime? |
That's something I have no chance to implement yet. But I am going to clean this up very soon. |
In datetime mod there is RangedDateTime struct which is not developed. |
And use |
That is mostly right. But it will cause problem if the But we can add additional logic to the existing date handling code make it also produce, hourly, ...., etc.
And I would like to mention the reason why It seems some amount of work to do to support all those things. I will think about a concrete plan to support this. And I probably have time to address this in a day or two. Please let me know if you have any other concerns. |
@serzhiio Just a quick update, monthly and yearly coordinate should be able to accept I've just refactored a little bit but still not tested it. And the next step should be add code that identify the granularity for a I will let you know when this happen |
This sounds sweet. I'd like to help, but your code a bit complicated for me (too many traits :)) |
|
No, I mean it support : But now it supports datetime completely. Finally get this dome ;) Closing the issue, feel free to reopen it if you find anything is wrong. |
Hmm.. it looks like working, but there are no labels at least on 3 minutes timespan? |
Its working as supposed after latest bugfix. |
Ive managed this via |
Is it possible to build chart with seconds or even milliseconds on X-axis? It would be nice to split it by some nice ranges like 5sec or 1/5min?
The text was updated successfully, but these errors were encountered: