Multiple line charts and X values
Posted: Wed Dec 20, 2023 1:48 pm
I have line and range charts with multiple lines defined. In my data, these lines start at different X axis values.
I would like the lines to simply start at the first X axis value for that line, but I have not found a way to accomplish that. Instead, I have had to backfill each dataset with zeros so they start at the same X value, and have the same list of X values in my argument data (though they can end at different points without issue, it's just the start that is hard to accomplish).
How do I do this without having to backfill my dataset?
I would like the lines to simply start at the first X axis value for that line, but I have not found a way to accomplish that. Instead, I have had to backfill each dataset with zeros so they start at the same X value, and have the same list of X values in my argument data (though they can end at different points without issue, it's just the start that is hard to accomplish).
How do I do this without having to backfill my dataset?