This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a change to branch
dependabot/npm_and_yarn/test/runTest/basic-ftp-5.2.2
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 538653e51 chore(deps-dev): bump basic-ftp from 5.2.0 to 5.2.2 in
/test/runTest
add 7fec6cf21 Merge pull request #21435 from apache/master
add e2cb0bafc fix(treemap): scaleLimit bug. close #21426
add b54bd540e fix(treemap): fix treemap can not be zoomed out after a
zoom-in when scaleLimit is specified #21427
add ea05ee5bb treemap: (1) Clarify the lifetime of variable "zoom". (2)
Make "scaleLimit" cover "treemapZoomToNode" case, otherwise the behavior is
unexpected. (3) Make "scaleLimit" cover the case that users specify `rootRect`
directly in `dispatchAction`, though this usage is never officially exposed.
(4) Remove ec2 compat code, which has stopped working.
add 76cc8dc3c Merge pull request #21427 from liuyizhou/fix-21426
add bbe3591a8 fix(scatter): fix jitter layout does not support progressive
rendering and causes chart to stuck and potential NPE
add cc164456f fix(scatter): tweak types
add d3ec53039 fix(scatter): simplify jitterLayout code and update test
cases
add b5733e7f0 test(scatter): tweak test case
add 5592113f8 test(scatter)L fix test case
add f903bf2d4 Merge pull request #21436 from apache/fix/scatter-large-stuck
add 491aacdd3 fix(marker): fix marker fails to render with dataset and
encode due to storeDimIndex mismatch.
add 4980c4400 test(marker): add test case for rendering markers with
dataset and encode
add 4d3fff8b5 seriesData: supplementarily fix omit unused and clarify the
code.
add 59f3f9a4d Merge pull request #21439 from apache/fix/marker-dataset
add e9267e214 fix(matrix): trigger click event on matrix cells
add 78ed35983 fix(matrix): Trigger event only when matrix.triggerEvent is
true
add f43776aba fix(matrix): Add eventData items
add a7228a0a4 fix(matrix): Trigger click event only on text, not on
background
add 5bdc7b011 test(matrix): Add a test case for matrix text events
add e800931c2 test(matrix): Make some cells empty
add 6609e3257 test(matrix): Retrieve eventData from text content instead
of displayList
add fb8da78b7 matrix: (1) Both `cellRect` (typically non-transparent) and
`cellText` may trigger events, depending on both `matrix.triggerEvent`,
`matrix.xxx.silent` and `matrix.xxx.label.silent` settings. By default
(`matrix.triggerEvent:true`, `matrix.xxx.silent` and `matrix.xxx.label.silent`
is undefined) cell text and non-transparent cell bg trigger event. (2) Modify
event param: `name` is the final rendered text, `value` is the original input
cell value in option. (3) Add visu [...]
add e770604f3 Merge pull request #21390 from
natsuokawai/fix/matrix-click-event
add 56c87685b fix(tooltip): valueFormatter cb param dataIndex should be
rawDataIndex rather than dataZoom filtered dataIndex. Close #21477 .
add c6984bab4 tweak test case
add 612fb4bf5 Merge pull request #21479 from
apache/fix-tooltip-valueformatter
add 665daa64c fix(bar): prevent bar chart overflowing the graph when using
dataZoom filterMode none with time axis. close #19972
add f1cca2618 Merge pull request #21511 from
akashsonune/fix/bar-and-scatter-charts-overflows
add 73363ff5c feat: fixing typo of "Continous"
add b2cab42d5 fix(types): use alias for types that are deprecated by typo
add ba545ce50 Merge pull request #21528 from unional/fixing-typos
add 5f2fa6d4b chore: replace deprecated rollup-plugin-terser plugin with
@rollup/plugin-terser
add 691385159 Merge remote-tracking branch 'remotes/origin/master' into
release-dev-1
add cfd77dc50 chore: upgrade node to v20
add 3fc8d56e0 Merge pull request #21530 from apache/release-dev-1
add cb6900ce8 Add Latvian localization
add a1b973121 Merge pull request #21546 from EPoikans/master
add 4aa46ed23 chore(deps): bump flatted from 3.1.0 to 3.4.2
add 2dc344e60 Merge pull request #21550 from
apache/dependabot/npm_and_yarn/flatted-3.4.2
add c8521d0b1 chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2
add 4159c2ad1 Merge pull request #21554 from
apache/dependabot/npm_and_yarn/picomatch-2.3.2
add 0a4d45e9b fix: extract 1 unsafe expression(s) to env vars
add 19b933978 Merge pull request #21556 from
dagecko/runner-guard/fix-ci-security
add 72dd9d351 chore(workflow): remove pr preview actions [skip ci]
add 543d81774 chore(workflow): update deps
add cd9e486a7 Merge pull request #21557 from apache/chore-workflow
add 6b4fed55f chore(deps-dev): bump basic-ftp from 5.2.0 to 5.2.1 in
/test/runTest
add 641a550bb Merge pull request #21573 from
apache/dependabot/npm_and_yarn/test/runTest/basic-ftp-5.2.1
add 1f99c893a fix(i18n): fix incorrect translation for custom series name
in langDE (#21571)
add ce69bae66 Merge branch 'release' into
dependabot/npm_and_yarn/test/runTest/basic-ftp-5.2.2
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 36 +-
.github/workflows/nightly-next.yml | 2 +-
.github/workflows/nightly.yml | 2 +-
.github/workflows/pr-preview.yml | 78 ----
.github/workflows/source-release.yml | 10 +-
.github/workflows/teardown-pr-preview.yml | 30 --
build/config.js | 2 +-
package-lock.json | 212 ++++++-----
package.json | 2 +-
src/chart/bar/BarView.ts | 7 +-
src/chart/scatter/install.ts | 2 +-
src/chart/scatter/jitterLayout.ts | 104 +++--
src/chart/treemap/TreemapSeries.ts | 9 +-
src/chart/treemap/TreemapView.ts | 53 +--
src/chart/treemap/treemapLayout.ts | 79 ++--
src/component/marker/MarkAreaView.ts | 4 +-
src/component/marker/MarkLineView.ts | 9 +-
src/component/marker/MarkPointView.ts | 9 +-
src/component/matrix/MatrixView.ts | 33 +-
src/component/tooltip/seriesFormatTooltip.ts | 2 +-
src/component/tooltip/tooltipMarkup.ts | 4 +-
src/component/visualMap/ContinuousModel.ts | 13 +-
src/component/visualMap/installCommon.ts | 4 +-
src/component/visualMap/typeDefaulter.ts | 4 +-
src/coord/matrix/MatrixModel.ts | 2 +
src/data/SeriesData.ts | 18 +-
src/data/SeriesDimensionDefine.ts | 16 +
src/data/helper/createDimensions.ts | 6 +-
src/export/option.ts | 10 +-
src/i18n/langDE.ts | 2 +-
src/i18n/langLV.ts | 144 +++++++
src/util/jitter.ts | 14 +-
test/bar-datazoom-filtermode-none-time-axis.html | 419 +++++++++++++++++++++
test/marker-dataset-encode.html | 283 ++++++++++++++
test/matrix.html | 96 +++++
test/runTest/actions/__meta__.json | 2 +
test/runTest/actions/scatter-jitter.json | 1 +
test/scatter-jitter.html | 185 +++++++++
test/series-omitUnusedDimensions.html | 4 +-
test/tooltip-valueFormatter.html | 26 +-
test/ut/spec/component/matrix/event.test.ts | 136 +++++++
test/ut/spec/component/visualMap/setOption.test.ts | 14 +-
42 files changed, 1644 insertions(+), 444 deletions(-)
delete mode 100644 .github/workflows/pr-preview.yml
delete mode 100644 .github/workflows/teardown-pr-preview.yml
create mode 100644 src/i18n/langLV.ts
create mode 100644 test/bar-datazoom-filtermode-none-time-axis.html
create mode 100644 test/marker-dataset-encode.html
create mode 100644 test/runTest/actions/scatter-jitter.json
create mode 100644 test/ut/spec/component/matrix/event.test.ts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]