ソースを参照

add plot stop functional

tags/2.12.0
Caven Chen 3年前
コミット
26b9dd7673
1個のファイルの変更12行の追加0行の削除
  1. 12
    0
      modules/plot/Plot.js

+ 12
- 0
modules/plot/Plot.js ファイルの表示

@@ -188,6 +188,18 @@ class Plot {
return this
}

/**
*
* @return {Plot}
*/
stop() {
if (this._currentWorker) {
this._currentWorker.stop()
}
this._currentWorker = null
return undefined
}

/**
*
* @returns {Plot}

読み込み中…
キャンセル
保存