Forum Discussion
Connecting data points with gaps in a line chart
Hello,
I'm trying to connect data points on a line chart that have a gap in data in between them. I have a line chart built using patient data that is collected at different intervals of time, which I've elected to show using an order column (ordered by how many days from start of sampling). Some patients don't have data for each time point (meaning null, not 0) and I would like to connect the next time point with the last collected, is this possible? I don't want to replace the null value, just want points with gaps in between them to connect to each other.
Thanks in advance!
1 Reply
- StefRaptisNew Member
This occurs because your dataset lacks the timestamp required to display the point.
One approach is to establish and initialize the datetime (or the value you place on the X-Axis), by adding 0 in every row.
Hope that helps,