Nullable Value with Line Series

Hello,

I'm trying to use a line series to represent my data set, but I'd like to breaks in the line to represent missing data.

For example, I might have data for every day in a month except one date. I'd like to visualize this by breaking the line between the two existing days.

I've used other libraries in the past that did this by having the value as a nullable. Currently if I try this with Radzen, it crashes.

Thanks,
-Jon L

Hi @JonL,

Indeed the RadzenChart component does not support null values in the series. We may add support for them in a future release.

Ah that's a shame. That would have made my data a little more easy to read at a glance.
Thank you for the quick response though!

Hopefully Radzen will support this in the future. It would be a massive help.