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

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

commit d897fa2e565a461471bff3469ee2057d1a613db6
Merge: b73b3e504 d0b204597
Author: Wenli Zhang <zwl.s...@gmail.com>
AuthorDate: Mon Aug 22 12:28:28 2022 +0800

    Merge pull request #17102 from apache/feat-coarse-pointer
    
    Feature: coarse pointer tolerance

 package-lock.json                        |  14 +--
 package.json                             |   2 +-
 src/chart/bar/BarView.ts                 |   1 +
 src/chart/candlestick/CandlestickView.ts |   7 +-
 src/chart/helper/LargeLineDraw.ts        |   3 +-
 src/chart/helper/LargeSymbolDraw.ts      |   1 +
 src/core/echarts.ts                      |  12 ++-
 test/coarse-pointer.html                 | 164 +++++++++++++++++++++++++++++++
 test/lib/caseFrame.js                    |  11 +++
 test/lib/config.js                       |  15 +++
 test/lib/testHelper.js                   |   7 +-
 test/runTest/actions/__meta__.json       |   1 +
 test/runTest/actions/coarse-pointer.json |   1 +
 test/runTest/cli.js                      |   7 +-
 test/runTest/client/client.css           |  10 +-
 test/runTest/client/client.js            |   6 ++
 test/runTest/client/index.html           | 153 +++++++++++++++-------------
 test/runTest/server.js                   |   4 +
 test/runTest/store.js                    |   9 +-
 19 files changed, 331 insertions(+), 97 deletions(-)


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

Reply via email to