Skip to main content

Chart designer methods

These are the methods you can use to interact with an embedded floor plan designer. You can invoke these methods directly on the seatsio.SeatingChartDesigner object you created.

var designer = new seatsio.SeatingChartDesigner({...}).render();
$('#myButton').on('click', function(){
designer.destroy();
});