-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
xAxis when using Timeseries inconsistent behavior #80
Comments
Hi @Carniatto Actually, this is the way I have kept the x-axis tick generation to differentiate the days and hours when the difference is more than 1 day. In certain cases, a user may not like this and would just prefer a single format - in your case: just the hours. So, as suggested by you in another thread, I am going to provide the raw date-time value in the Thanks for reporting @Carniatto |
Thank you @junedchhipa. Can I suggest the option to add padding in the beginning and the end so all the points are contained inside the Chart? avoiding the first problem? |
@Carniatto Ah! I didn't see the edited comment. |
@junedchhipa I'm using version: 1.3.12. I have another question: If I set |
Yes, you are right - Currently, you have no control over the number of ticks when |
@junedchhipa thanks for the quick response, let me know when you shipp the |
@Carniatto I appreciate your willingness to make the library better. |
I've been using ApexCharts with timeseries and Line charts. I encountered three weird behaviors regarding the way the xAxis is drawn:
The first and last data point are often cropped on the chart:
![screen shot 2018-09-06 at 15 32 24](https://user-images.githubusercontent.com/1366831/45160877-cfb4db00-b1ea-11e8-95a9-236b2f2d5e9b.png)
When only two days are in the series the
xAxis
has hours and days.![screen shot 2018-09-06 at 15 35 03](https://user-images.githubusercontent.com/1366831/45160998-199dc100-b1eb-11e8-8907-a96664a10891.png)
https://codepen.io/Carniatto/pen/LJzbOxmonth
gets mixed up withyear
![screen shot 2018-09-06 at 15 27 33](https://user-images.githubusercontent.com/1366831/45160763-86fd2200-b1ea-11e8-92af-ce1f40505109.png)
https://codepen.io/Carniatto/pen/EewNLyThe text was updated successfully, but these errors were encountered: