You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a seatmap, some seats has been taken by others so they can not be selected.
It would be great to provide an option to support that some regions can not be selected but others can be selected.
What does the proposed API look like?
option={geo: {// regions '1A' and '15B' can not be selected.regions: [{name: '1A',selectable: false},{name: '15B',selectable: false}}};
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
When making a seatmap, some seats has been taken by others so they can not be selected.
It would be great to provide an option to support that some regions can not be selected but others can be selected.
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: