-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
It would be convenient to be able to configure multigraph to detect when data is missing based on the interval between values rather than providing a special value.
I think there might be a general solution to this problem. It would involve truncating the dates to a specific field and amount then checking that current and last are consecutive. It would not matter when the value occurs within the interval just that it exists. An additional parameter might require that values must occur on the interval to be considered not missing. This method would just check that the value is equal to the truncated value and check that current and last are consecutive.