Redraw charts with JS

I am trying to load some charts and have them resize automatically at a certain point. The charts get switched into view using the polymer iron pages and when the iron page is selected, the charts appear massive and not inside of their contiaing element. I currently use reloadConfiguration() in order to force the chart to resize but I find that reload config adds a lot of overhead and runs rather slow. Is there an alternative such as redrawChart which can be accomplished in JavaScript? I tried calling redrawChart() on the chart and nothing happens

Hi Christopher,

Have you tried component.chart.reflow() where component is a reference to your chart WC?

Hope it helps!

Guille