You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2022/02/17 12:41:37 UTC

[echarts] branch master updated (e4bdd30 -> 949d160)

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

shenyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git.


    from e4bdd30  Merge pull request #16513 from apache/fix-graphic-cursor
     add c3726e1  perf(symbol): fix potential memory leak in effect symbol with notMerge
     add d6f07f1  fix code style
     new 949d160  Merge pull request #16525 from apache/fix-memory-leak

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/chart/helper/EffectLine.ts | 64 ++++++++++++++++++++++--------------------
 src/chart/helper/Symbol.ts     | 10 ++-----
 src/chart/helper/SymbolDraw.ts |  7 +++--
 src/chart/tree/TreeView.ts     |  2 +-
 test/lib/testHelper.js         |  4 +--
 test/node/ssr.js               | 20 ++++++-------
 6 files changed, 54 insertions(+), 53 deletions(-)

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


[echarts] 01/01: Merge pull request #16525 from apache/fix-memory-leak

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 949d1600ec00c0b182bb84a599c27d9eca11d2aa
Merge: e4bdd30 d6f07f1
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Thu Feb 17 20:40:44 2022 +0800

    Merge pull request #16525 from apache/fix-memory-leak
    
    perf(lines): fix potential memory leak in the effect line when setOption with notMerge

 src/chart/helper/EffectLine.ts | 64 ++++++++++++++++++++++--------------------
 src/chart/helper/Symbol.ts     | 10 ++-----
 src/chart/helper/SymbolDraw.ts |  7 +++--
 src/chart/tree/TreeView.ts     |  2 +-
 test/lib/testHelper.js         |  4 +--
 test/node/ssr.js               | 20 ++++++-------
 6 files changed, 54 insertions(+), 53 deletions(-)

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