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

ovilia pushed a change to branch feat/break-axis
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from fdf9b556a feat: add intraday stock chart demo
     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
     add 24a2c9d30 Merge branch 'master' into feat/break-axis

No new revisions were added by this update.

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/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/runTest/actions/__meta__.json   |    2 +-
 test/runTest/actions/graph-case.json |    2 +-
 test/sankey-borderRadius.html        |   93 ++
 test/ut/spec/util/time.test.ts       |   16 +-
 26 files changed, 1721 insertions(+), 892 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