Home Forums Chart Support Null value points Reply To: Null value points

#8621

edwade3,

You can do the same by one of the two options below

1. By skipping the null dataPoint

2. By editing the source code as mentioned below

Inside our library we have renderLine method in which we are using prevDataNull variable for keeping the track of null dataPoints. You can remove / comment prevDataNull = true and it will work as you are expecting.

__
Anjali

  • This reply was modified 9 years ago by Anjali.