I have a line chart with one series as columns (number of orders open) then another series as lines with line width zero and a marker (number of orders opened that are past due to ship).
I only want to see the markers show up when the value is NOT zero.
Right now it works great, but when I list out orders by shipper, the people who have late orders show up properly (4, 5, 6, etc...) however, people who have zero late orders I still see the marker half hidden at the zero line on the Y axis.
Ideally, we just would not see this.
Any way to hide the zero values, or suggestions on another way to visualize this? Perhaps using two columns but making the "past due" column smaller in width than the "open orders" column so you can always see it?
Thanks and wonderful product so far!!! 
EDIT: I forgot to add: I tried making both of them a column and stacking them, but then it adds the values so if I have 20 open orders total and 5 late, I see 25 instead of just 20 total with 5 being listed over top of the 20.
EDIT2: Ah HA! If I set it to Stacks mode: zero based that does the trick!