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

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


    from b73b3e504 Merge pull request #17406 from apache/fix-import
     add 6de533a26 feat: ignore target size for large charts
     add 02beb9a9b feat: make target size an option
     add 4b2bd9c16 feat: rename test file
     add c11463a85 feat: rename variables
     add 343b13a49 test: add coarse-pointer in test env
     add c1c9faf26 fix(coarse-pointer): use retrieve
     add acb54f829 feat(coarse-pointer): fix test
     add 5c3025d4a feat(coarse-pointer): fix test
     add 71ba23e5b chore: merge next
     add d0b204597 fix: merge conflict
     new d897fa2e5 Merge pull request #17102 from apache/feat-coarse-pointer

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:
 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(-)
 create mode 100644 test/coarse-pointer.html
 create mode 100644 test/runTest/actions/coarse-pointer.json


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

Reply via email to