You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2022/08/18 07:16:56 UTC

[echarts] branch master updated (9bcded12e -> f2e8379c7)

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

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


    from 9bcded12e Merge pull request #17132 from apache/feat/pie-coordinate-system
     add 749b64e94 fix(bar-race): provide subPixelOptimize option to solve #14679
     add 52d89e7c8 test(bar-race): update test
     add 5470effe5 feat(axis): set subPixelOptimize to be false during animation
     add 979654c46 fix(axis): remove unnecessary files
     add 466d08f41 fix(axis): when update for the first time, make sure done is called
     add 1a1575494 fix(subpixel): set animation with subpixel optimization
     add f957036e8 Merge branch 'master' into fix-subpixel
     add 3c4179cd6 fix(subpixel): remove function
     add 118de18a4 fix(subpixel): refactor
     add c277d3927 fix(subpixel): refactor subPixelOptimizeLine
     add 3e48e9f52 fix(subpixel): remove an unexpected change
     new f2e8379c7 Merge pull request #17426 from apache/fix-subpixel

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/component/axis/AxisBuilder.ts       |  6 ++----
 src/component/axis/CartesianAxisView.ts | 15 ++++++++-------
 src/component/axis/SingleAxisView.ts    | 15 +++++++++------
 src/util/graphic.ts                     | 12 +++++-------
 test/bar-race.html                      |  5 +++++
 5 files changed, 29 insertions(+), 24 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 #17426 from apache/fix-subpixel

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

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

commit f2e8379c79341419a52cc6f43b669a8fb1d79dfb
Merge: 9bcded12e 3e48e9f52
Author: Wenli Zhang <zw...@gmail.com>
AuthorDate: Thu Aug 18 15:16:19 2022 +0800

    Merge pull request #17426 from apache/fix-subpixel
    
    feat(bar-race): provide subPixelOptimize option to solve #14679

 src/component/axis/AxisBuilder.ts       |  6 ++----
 src/component/axis/CartesianAxisView.ts | 15 ++++++++-------
 src/component/axis/SingleAxisView.ts    | 15 +++++++++------
 src/util/graphic.ts                     | 12 +++++-------
 test/bar-race.html                      |  5 +++++
 5 files changed, 29 insertions(+), 24 deletions(-)


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