-
Notifications
You must be signed in to change notification settings - Fork 67
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
Need help with DateTime Axis? #60
Comments
It seems to be a common use, so that's a great idea! I'll add some helpers in the new version! |
Awesome. We have made our own and would love support out of the box. The biggest challenge was getting labels right. Meaning using meaningful dates (e.g. 1 days, 2 weeks, 3 months, 6 months) for arbitrary intervals. We ended up porting the logic from Highcharts: Where they had done the ground work for us. |
Definitely need this, as all the data I plot is for timeseries. |
Anyone done any work on this else I will start soon |
Hi! I'm splitting the library into smaller chart libraries, so the work is being done here: https://github.com/terezka/lines I haven't worked on data series specifically, so you can go ahead if you'd like :) |
That sounds like a great idea, as long as area and lines would have compatible options and data, since we switch between them based on user preference. Or would you include area as part of lines? UPDATE: Just looked through the code. They are. Closing this. @terezka You should really let people know about this plan, maybe close issues and make a paragraph about it in the README? |
@anagrius You're right, I'll do that! |
Done! Thanks for the reminder. |
In our application we need a lot of timecharts. I was wondering if there are any plans on supporting them out of the box, or if you are interested in getting pull requests for tick positions and label formatting specifically for DateTime Axis?
The text was updated successfully, but these errors were encountered: