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/01 07:40:12 UTC

[echarts] branch fix-subpixel updated (749b64e94 -> 5470effe5)

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

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


    from 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

No new revisions were added by this update.

Summary of changes:
 src/component/axis/AxisBuilder.ts       |  27 ++---
 src/component/axis/AxisView.ts          |   2 +
 src/component/axis/CartesianAxisView.ts |  18 +---
 src/component/axis/ParallelAxisView.ts  |   4 +-
 src/component/axis/RadiusAxisView.ts    |   4 +-
 src/component/axis/SingleAxisView.ts    |  11 +-
 src/coord/axisCommonTypes.ts            |   1 -
 src/util/graphic.ts                     |  15 ++-
 test/bar-race.html                      |   6 +-
 test/gesture.html                       | 175 ++++++++++++++++++++++++++++++++
 10 files changed, 219 insertions(+), 44 deletions(-)
 create mode 100644 test/gesture.html


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