I have a chart where I display a users y input for the last 90 days. They don't always provide an input for all days so I want to be able to use null y values where the data points only connect to non null values.
You can use a slope to connect a non null data point to the next non null.