@Vishwas R
I have a very similar problem with the Multi-Series line chart. I want to keep the missing value the same as the previous one.
That means I don’t want the blue line to go straight from label1
to label3
, I want it to go like below.

I store the data only when they are changed in my system. So, label2
would look like same as label1
since there’s no data point that means it didn’t change.