Forum Replies Created by arj

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Issue With Chart Zoom #60171

    arj

    I have called chart.destroy in unmount method thats why this._zoomButton was setting up as null.

    in reply to: Issue With Chart Zoom #60164

    arj

    Try showing a custom button once chart is zoomed instead of the canvas chart. Getting error in this function _plotAreaMouseUp. The below checks throws error –

    if (reRender && this.zoomEnabled && this._zoomButton.style.display === “none”) {
    show(this._zoomButton, this._resetButton);
    setButtonState(this, this._zoomButton, “pan”);
    setButtonState(this, this._resetButton, “reset”);
    }

Viewing 2 posts - 1 through 2 (of 2 total)