chart.zoomToSection()
Type: function(label)
Returns: Section[]
Zooms to the section or sections identified by label
, adjusting zoom level and viewport position.
If no objects are selected, no zooming is done. If there are multiple sections and they are on
different floors, an error is reported in the console and no zooming is done.
label
is case-sensitive.
chart.zoomToSection('VIP seats');