xAxisRange method

List xAxisRange()

Returns the currently-visible x-range. This can be affected by zooming, panning or a call to updateOptions.

Returns a two-element array: left, right.

If the Dygraph has dates on the x-axis, these will be millis since epoch.

Implementation

external List xAxisRange();