You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
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).
The text was updated successfully, but these errors were encountered: