Use null for skipped values instead of NaN #8510
Conversation
ba634ff
to
21885fb
IMO it would make sense to skip all of the It would probably make sense to have a helper to determine if a parsed value should be skipped (public one for extensions to utilize too). |
We do still skip |
Ok, that is not obvious from the docs, currently I'd think only |
So in general, Some of the We are probably missing some tests, because this already goes through. (Thinking bubble with null/NaN/undefined data points at least) |
Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
|
Looks good, but I think we need a test |
Allow charts to use data directly from server with skipped values when
parsing: false
. We can't sendNaN
from the server since it's not a valid JSON value