I'm having trouble getting the stacked bar chart to redraw when I update the data. I can make the chart read the new data and remove the missing block but I can't figure out how to get it to fill in the empty portion. I have it working with the Stacked Area and Line charts but roadblock on the stacked column/bar.
My working fiddle is here: http://jsfiddle.net/adeaver/duvpM/8/
and I do have the block.exit().remove(); aspect in place.
Any guidance would be appreciated.