The doughnut chart has always worked for me until the last few days. I don't know what changed, but for some reason the actual doughnut doesn't show up after AOT build but does in development mode. I see the difference in the html, but don't know why they are different. The legend and filltext percentage that I draw in the middle of the doughnut still show up, its just the doughnut that isn't visible. I verified that the data being passed in is the exact same. Super weird. don't know why it all of the sudden would've changed. Here are the images of the working and non-working html.
Working:
Not Working: (After AOT build)
Notice how the working doughnut has an iframe and the non-visible doughnut does not.