I have a stacked bar chart with a line chart overlay. The chart has 2 category groups (segment and quarter). The line chart is a RunningValue in the segment category.
I need to be able to have the line chart “reset” itself across each instance of the segment category. Right now it will treat the last point in the first grouping and the first point in the second grouping as continuous and connect the two points together with a line. I would like instead to NOT draw the line when the line crosses the category group boundary.
Picture below.

Any thoughts?
Create one line for each each instance of the segment category.