This is an automated email from the ASF dual-hosted git repository.
susiwen8 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
The following commit(s) were added to refs/heads/master by this push:
new 31aaec0 docs: fix the spell error
new 36754fc Merge pull request #12674 from clChenLiang/master
31aaec0 is described below
commit 31aaec00a4a1912f2d5edf2ab16225e542e816fb
Author: clchenliang <[email protected]>
AuthorDate: Wed May 20 21:54:25 2020 +0800
docs: fix the spell error
which 'restore' should be 'restore'
---
src/stream/Scheduler.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/stream/Scheduler.js b/src/stream/Scheduler.js
index ce34db5..aef24c2 100644
--- a/src/stream/Scheduler.js
+++ b/src/stream/Scheduler.js
@@ -65,7 +65,7 @@ var proto = Scheduler.prototype;
* @param {Object} payload
*/
proto.restoreData = function (ecModel, payload) {
- // TODO: Only restroe needed series and components, but not all components.
+ // TODO: Only restore needed series and components, but not all components.
// Currently `restoreData` of all of the series and component will be
called.
// But some independent components like `title`, `legend`, `graphic`,
`toolbox`,
// `tooltip`, `axisPointer`, etc, do not need series refresh when
`setOption`,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]