This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch feat-matrix
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 780dd4b09 feat: render a rect for matrix coordinate
add 3c1dcb413 feat(matrix): basic table labels
No new revisions were added by this update.
Summary of changes:
src/{chart/bar.ts => component/matrix.ts} | 3 +-
src/component/matrix/MatrixView.ts | 50 ++++++++++-
src/coord/matrix/Matrix.ts | 10 ++-
src/coord/matrix/MatrixDim.ts | 141 ++++++++++++++++++++++++++++++
src/coord/matrix/MatrixModel.ts | 25 ++++++
src/export/option.ts | 1 +
src/model/Global.ts | 1 +
test/matrix.html | 10 ++-
8 files changed, 233 insertions(+), 8 deletions(-)
copy src/{chart/bar.ts => component/matrix.ts} (95%)
create mode 100644 src/coord/matrix/MatrixDim.ts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]