Skip to content
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

Repetaed yaxis tick value when max value is small #56

Closed
disagol opened this issue Aug 28, 2018 · 3 comments
Closed

Repetaed yaxis tick value when max value is small #56

disagol opened this issue Aug 28, 2018 · 3 comments

Comments

@disagol
Copy link

disagol commented Aug 28, 2018

I've been experiencing some difficulties when trying to render an apexchart when the value of the yaxis is repetaed across xaxis values.
Here is the example I am talking about. Any advise or guidance would be greatly appreciated.
Thanks.

@junedchhipa
Copy link
Contributor

junedchhipa commented Aug 28, 2018

You are trying to create a backward timeline, meaning the larger datetime value is printed before the smaller datetime value.

I updated your codepen example, removed the first value and see no issue with small values in y-axis

@disagol
Copy link
Author

disagol commented Aug 28, 2018

Ohh I see, anyway It was happening for forward timeline too but It seems this line val.toFixed(2) i the formatter did the job.
Thanks for your time!

@junedchhipa
Copy link
Contributor

No worries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants