This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 852e9bffc Merge pull request #21097 from apache/fix-dark-theme
add 3a509ea77 feat(matrix): support `option.textStyle` as the default.
add 89d74145f fix(matrix): Fix the quick path of query the host of the
merged cell does not work.
add 1550ca23d test(matrix): (1) Migrate (split) test case from
`matrix2.html` to `matrix4.html`, as the previous is too long to visual test
regression. (2) Fix test case for coordClamp.
add e0bfd3f16 feat(matrix): (1) Tolerate coord input like [['x1', 'x2',
'x3'], ...], where 'x1' and 'x3' is considered the range boundary. (2) Disable
the default clamp in `matrix.body/corner.data[i].coord`, because it consider
the illegal input as "refer to the entire row/column", which is more likely to
mislead users and no error message. Introduce option
`matrix.body/corner.data[i].coordClamp` to enable it.
new 0f3b25be5 Merge pull request #21108 from apache/fix/matrix-label-api
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:
src/component/matrix/MatrixView.ts | 25 +-
src/coord/matrix/MatrixBodyCorner.ts | 9 +-
src/coord/matrix/MatrixModel.ts | 16 +-
src/coord/matrix/matrixCoordHelper.ts | 26 +-
src/util/model.ts | 6 +
test/matrix.html | 18 +-
test/matrix2.html | 592 +------------------------------
test/matrix3.html | 3 +-
test/matrix4.html | 649 ++++++++++++++++++++++++++++++++++
test/matrix_application.html | 1 +
test/runTest/actions/matrix2.json | 2 +-
test/runTest/actions/matrix4.json | 1 +
test/runTest/marks/matrix.json | 8 +
13 files changed, 743 insertions(+), 613 deletions(-)
create mode 100644 test/matrix4.html
create mode 100644 test/runTest/actions/matrix4.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]