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

Skip the missing value #78

Open
adspk243 opened this issue Apr 9, 2020 · 3 comments
Open

Skip the missing value #78

adspk243 opened this issue Apr 9, 2020 · 3 comments

Comments

@adspk243
Copy link

adspk243 commented Apr 9, 2020

There is a callback named onMissingValue in BezierLine class, as far as i understand, this callback return value if the value is missing (i.e. on a particular date like we have values for dates 1,2,3 and missing value for 4 and then we have values for 5 and 6 and our start date (from) is 1 and end date (to) is 6).
My Requirement:
I don't want to provide a callback for missing value, I want to skip dates on which value is not present. (i.e. i don't want to show date 4 on x-axis).

@diegoveloper
Copy link
Collaborator

Add a code to reproduce the issue.

@sh3rlock97
Copy link

I think the question is, if you can just skip dates where no value is provided.
I've got the same request, I don't want that the line goes to zero between the first and third of june:
image

@diegoveloper
Copy link
Collaborator

Feel free to send a PR

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

3 participants