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

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


    from c77017025 Merge pull request #19632 from apache/master
     add c539b1fe3 fix(pie): fix `endAngle` is not applied on the empty circle
     add 643955133 Merge pull request #19642 from 
apache/fix/pie-endAngle-emptyCircle
     add 2e010c78a test: update dataset-layout.html (#19373)
     add cdf0c72fe chore: update workflow deps
     add 492a3f2e9 chore: update workflow deps
     add f9f324956 chore: update workflow deps
     add 12c555c51 Merge pull request #19697 from apache/update-workflow-deps
     add 7d2531398 chore: update deps & install and test typescript versions 
>=3.5
     add bd7a5825d Merge pull request #19696 from apache/test-dts
     add 1e027061b chore: ignore some unused dirs and files from npm
     add c576f0c39 Merge pull request #19695 from apache/npmignore
     add 1ad9a08fe Georoam supports the totalZoom parameter
     add 697e7984e Merge pull request #19837 from zhaoxinggang/master
     add e23a40759 fix: detectValue & parseDataValue not crashing with BigInt
     add bdc5d4f51 Merge pull request #19847 from zettca/fix/bigint
     add 4515cd37f fix: aria throws error in SSR (#19191)
     add 872ac99c7 chore(aria): add TODO comment for SSR support
     add 832cc514a Merge pull request #19892 from OverflowCat/master
     add 96f4a5f3b feat(time): add meridian template
     add 3cdc70347 Merge pull request #19888 from 
polzmann/feat/add-meridian-template-to-time
     add ea0da6344 fix(series): add non-null check for 
`seriesData.getLinkedData`.
     add 2a2a6e41f Merge pull request #19901 from 
apache/fix/seriesModel-getLinkedData-NPE
     add f12a3c72c fix(marker): fix marker label formatter can't get series 
information.
     add 7e4c70336 Merge pull request #19898 from 
apache/fix/marker/label-formatter-callback-params
     add 29c0f9df1 feat(sankey): Add sankey chart itemStyle.borderRadius 
support.
     add 75dd430d7 Merge pull request #19763 from deftliang/fix-sankey-radius
     new a861bef15 Merge pull request #19937 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/workflows/ci.yml               |    6 +-
 .github/workflows/pr-preview.yml       |    2 +-
 .github/workflows/source-release.yml   |   10 +-
 .github/workflows/stale.yml            |    2 +-
 .npmignore                             |    3 +
 build/testDts.js                       |   27 +-
 package-lock.json                      | 1915 ++++++++++++++++++--------------
 package.json                           |    4 +-
 src/chart/pie/PieView.ts               |    5 +-
 src/chart/pie/pieLayout.ts             |   16 +-
 src/chart/sankey/SankeyView.ts         |    6 +-
 src/component/helper/MapDraw.ts        |    1 +
 src/component/marker/MarkerModel.ts    |   20 +-
 src/data/helper/dataValueHelper.ts     |    2 +-
 src/data/helper/sourceHelper.ts        |    4 +-
 src/model/Series.ts                    |    2 +-
 src/util/time.ts                       |    5 +-
 src/util/types.ts                      |    1 +
 src/visual/aria.ts                     |    7 +-
 test/dataset-layout.html               |   28 +-
 test/graph-case.html                   |  252 ++++-
 test/map-china.html                    |    1 +
 test/markPoint.html                    |  198 +++-
 test/node/ssr.js                       |    4 +
 test/pie-endAngle.html                 |    5 +-
 test/runTest/actions/__meta__.json     |    4 +-
 test/runTest/actions/graph-case.json   |    2 +-
 test/runTest/actions/pie-endAngle.json |    2 +-
 test/sankey-borderRadius.html          |   93 ++
 test/ut/spec/util/time.test.ts         |   16 +-
 30 files changed, 1744 insertions(+), 899 deletions(-)
 create mode 100644 test/sankey-borderRadius.html


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

Reply via email to