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 11b4c8e93b88b9d807195162246df1715ced3908
Merge: 5c1c53d2a 99f5cfd73
Author: Wenli Zhang <zwl.s...@gmail.com>
AuthorDate: Tue Apr 25 11:05:34 2023 +0800

    Merge pull request #18558 from apache/master
    
    chore: merge `master` branch to `next` branch to fix broken nightly-next 
build

 .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/label-ellipsis.html                          | 110 +++++
 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, 842 insertions(+), 488 deletions(-)



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

Reply via email to