onChartRendered
Type: function(chart)
Fired after the seating chart is fully rendered. The rendered chart is passed in as a parameter.
onChartRendered: function(chart) {
// here you are certain that the chart is fully rendered
}
Type: function(chart)
Fired after the seating chart is fully rendered. The rendered chart is passed in as a parameter.
onChartRendered: function(chart) {
// here you are certain that the chart is fully rendered
}