I have an angular app that uses a listview to display a set of charts on multiple views. All of the chart information is kept in a parent controller. I am currently using line, bar, and stacked area charts. On the initial load of the charts everything draws correctly. When I reorder the charts using drag and drop or when I try to draw the charts on another view, the stacked area charts do not redraw. The canvas is there with the correct title, value axis, and category axis information but no actual graph. If I look at the chart object in the Chrome Developer Tools, I can see the datasource set with valid data. Any ideas about what could be causing this to happen? I have attached images showing the initial load and the result after the drag and drop.