-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Open
Labels
bugenThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.
Description
Version
5.4.1
Link to Minimal Reproduction
Steps to Reproduce
dataset with data missing on some dimension
Current Behavior
nulls and undefined are treated the same
Expected Behavior
dataset with nulls should have gaps, dataset with undefined should not have gaps. connectNulls should connects null, not undefined. maybe add connectNulls: 'strict' for this behaviour?
Environment
No response
Any additional comments?
I'm using series.data at the moment and was testing dataset so I can have just one data object, but some sensors send data on different intervals so they are missing from some "rows". At the moment I'm just creating per series data that we have. Can't use connectNulls since I wan't the line to have gaps if I filter something out and put a null there. (like filter out weekends)
Metadata
Metadata
Assignees
Labels
bugenThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.