yAxisRanges method

List yAxisRanges()

Returns the currently-visible y-ranges for each axis. This can be affected by zooming, panning, calls to updateOptions, etc.

Returns an array of bottom, top pairs, one for each y-axis.

Implementation

external List yAxisRanges();