chart.rerender()
Re-initializes and redraws the chart. Previously selected objects become unselected.
onChartRerenderingStarted and onChartRendered callbacks gets fired.
Note
Do not use this method if your only intent is to clear the selection and get a new hold token. Use chart.startNewSession()
instead, see this page for more.