I'm showing data accumulated over several months. I would like to plot the lines with the X-axis containing all the days in-between two dates. However, not all day points will have actual data. I tried passing Null as the line data for those dates, but that didn't work.
Is there any way to show plot points between points with data?
e.g., the X-axis will be labeled 2022.01.01, 2022.01.02, 2022.01.03, 2022.01.04, 2022.01.05, 2022.01.06, etc... but I only have data points for 2022.01.01, 2022.01.04, and 2022.01.06. Is it possible to include those X-axis points that don't have data points associated with them?
Is there any way to show plot points between points with data?
e.g., the X-axis will be labeled 2022.01.01, 2022.01.02, 2022.01.03, 2022.01.04, 2022.01.05, 2022.01.06, etc... but I only have data points for 2022.01.01, 2022.01.04, and 2022.01.06. Is it possible to include those X-axis points that don't have data points associated with them?