Skip to main content

loading

Type: string, containing valid html

This parameter allows you to override the default seats.io spinner that is shown while the floor plan is being loaded. The value can contain (valid) html, like so:

var chart = new seatsio.SeatingChart({
divId: "chart",
...
loading: "<div class='loader'>Loading...</div>"
});
Note

Note that the loader css class in the above example can be defined in the styling of your own page.