You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by de...@apache.org on 2018/12/13 07:34:13 UTC

[incubator-echarts] branch master updated: fix: modify some syntax error

This is an automated email from the ASF dual-hosted git repository.

deqingli 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 59154dd  fix: modify some syntax error
     new 099367a  Merge branch 'master' of https://github.com/apache/incubator-echarts
59154dd is described below

commit 59154ddd43a6c428f6072b5bca3e1d04c6c33925
Author: deqingli <an...@gmail.com>
AuthorDate: Thu Dec 13 15:32:00 2018 +0800

    fix: modify some syntax error
---
 src/echarts.js             | 2 +-
 src/model/OptionManager.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/echarts.js b/src/echarts.js
index c3146c5..70abce0 100644
--- a/src/echarts.js
+++ b/src/echarts.js
@@ -162,7 +162,7 @@ function ECharts(dom, theme, opts) {
     });
 
     /**
-     * Expect 60 pfs.
+     * Expect 60 fps.
      * @type {Function}
      * @private
      */
diff --git a/src/model/OptionManager.js b/src/model/OptionManager.js
index a9518bf..f9b250c 100644
--- a/src/model/OptionManager.js
+++ b/src/model/OptionManager.js
@@ -168,7 +168,7 @@ OptionManager.prototype = {
         // Caution: some series modify option data, if do not clone,
         // it should ensure that the repeat modify correctly
         // (create a new object when modify itself).
-        rawOption = clone(rawOption, true);
+        rawOption = clone(rawOption);
 
         // FIXME
         // 如果 timeline options 或者 media 中设置了某个属性,而baseOption中没有设置,则进行警告。


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org