Does chart scalable automatically in responsive UI design?

Hi,

I having following question for chart components:
Does chart scalable to automatically in responsive UI design?

Hi,

Chart has resize() method that rebuilds chart and adjusts its sizes to the container that the chart is attached to.

chart.resize();