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 5c1c53d2a Merge pull request #18420 from apache/master
     add 9caa5f8dd chore: update `prepublish` to `prepare` in build script. 
(follow up ecomfe/zrender#998 & #18416)
     add 6dbe25ca7 Merge pull request #18427 from apache/update-script
     add 8abf36c2e fix(lines): symbolSize should be updated #18350
     add ae0dd0efe chore: make reproduction link required
     add 1ea88856a Merge pull request #18458 from cloydlau/master
     add 18752ca58 chore: add official editor link to issue template
     add cb5b9762e Merge pull request #18464 from apache/update-issue-template
     add 24c01c134 fix(legend): inherit legend rich text color from legend's 
options. close #18196
     add c62197285 add test case
     add f5bb3b0c8 Merge pull request #18260 from ChepteaCatalin/fix-18196
     add 036c610a9 feat(axisPointer): add option to disable emphasis. close 
#18495
     add 8041cde9a fix(tooltip): remove triggerEmphasis from involveSeries
     add 6b4f8950f Merge pull request #18524 from juliepagano/fix-18495
     add e39e3df90 fix(time-format): fix yy time format
     add 103b3e364 Merge pull request #18535 from linghaoSu/fix/time-format
     add 98a78b2c5 fix(label): ellipsis was not working
     add f22a8edf8 Merge pull request #18525 from apache/fix-18517
     add 18645a72f chore: update `jest-canvas-mock` to fix test fails on node 
v18
     add 5fd7a07c8 chore: fix node version doesn't work and update node to v18
     add d7ac6c380 Merge pull request #18538 from apache/fix/jest-canvas-mock
     add 691afc7d5 fix(emphasis): fix focus self not work when item emphasis by 
other component
     add dc141d2c2 fix(state): lint comment in states.ts
     add 6da8276ab Merge pull request #18511 from linghaoSu/fix/emphasis_self
     add 73e566cce chore(deps): bump yaml and husky
     add 99f5cfd73 Merge pull request #18563 from 
apache/dependabot/npm_and_yarn/yaml-and-husky--removed
     new 11b4c8e93 Merge pull request #18558 from apache/master

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:
 .github/ISSUE_TEMPLATE/bug_report.yml             |   6 +-
 .github/workflows/ci.yml                          |   4 +-
 .github/workflows/nightly-next.yml                |   4 +-
 .github/workflows/nightly.yml                     |   5 +-
 .github/workflows/source-release.yml              |   6 +-
 build/build.js                                    |   4 +-
 package-lock.json                                 | 482 +---------------------
 package.json                                      |   4 +-
 src/chart/helper/Line.ts                          |  20 +-
 src/component/axisPointer/AxisPointerModel.ts     |   1 +
 src/component/axisPointer/axisTrigger.ts          |   2 +-
 src/component/axisPointer/modelHelper.ts          |   4 +
 src/component/legend/LegendView.ts                |   8 +-
 src/label/labelStyle.ts                           |   2 +-
 src/util/states.ts                                |   7 +
 src/util/time.ts                                  |   2 +-
 src/util/types.ts                                 |   4 +
 test/emphasis-self.html                           | 137 ++++++
 test/{line-step.html => label-ellipsis.html}      |  54 +--
 test/legend-style.html                            |  56 +++
 test/lines-symbolSize-update.html                 | 107 +++++
 test/runTest/actions/__meta__.json                |   4 +-
 test/runTest/actions/emphasis-self.json           |   1 +
 test/runTest/actions/lines-symbolSize-update.json |   1 +
 test/runTest/actions/tooltip-axisPointer2.json    |   2 +-
 test/tooltip-axisPointer2.html                    | 216 +++++++++-
 test/ut/spec/util/time.test.ts                    | 131 ++++++
 27 files changed, 759 insertions(+), 515 deletions(-)
 create mode 100644 test/emphasis-self.html
 copy test/{line-step.html => label-ellipsis.html} (67%)
 create mode 100644 test/lines-symbolSize-update.html
 create mode 100644 test/runTest/actions/emphasis-self.json
 create mode 100644 test/runTest/actions/lines-symbolSize-update.json
 create mode 100755 test/ut/spec/util/time.test.ts


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to