chart.goToFloor()
Type: function(floorName: string)
Switches the active floor to the one with the specified name, or fails if it cannot be found. Only works on multi-floor charts.
The parameter floorName
must be a string with the short name of the floor as defined in the Designer.
chart.goToFloor('1')