-
Notifications
You must be signed in to change notification settings - Fork 19.8k
feat(matrix): enhance matrix #21005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat(matrix): enhance matrix #21005
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…iously only seriesIndex can be specified, not convenient and not consistent with other components.
…. Support corner content options in matrix. (3) Support body content options. (4). Support matrix `mergeCells`. (5). Fix and refactor the matrix style options, conserning their inheritance and z-order and flexibility. (6). Support declaratively layout other components (including grid/polar/geo/graph coord sys, and dataZoom/visualMap/legend/... components) based on `matrix`/`calendar`. And and enhance the echarts API `convertToLayout`/`convertToPixel`, custom series API `api.coord`/`api.coord` to support this feature comprehansively. Considering the previous "pie layout on coord sys", introduce the `boxCooridnateSystem` and `createBoxLayoutReference` to all of the components and echarts for the overall coord sys infrastructure. (7). Add some test cases to matrix and calendar.
feat: new theme for ECharts 6.0
fix(rich-text-inherit-plain)
# Conflicts: # src/chart/heatmap/HeatmapSeries.ts # src/chart/treemap/TreemapSeries.ts # src/component/dataZoom/SliderZoomView.ts # src/component/toolbox/ToolboxView.ts # src/coord/calendar/CalendarModel.ts
Ovilia
added a commit
to apache/echarts-doc
that referenced
this pull request
Jun 9, 2025
Ovilia
approved these changes
Jun 9, 2025
…d on matrix size rather than viewport size.
…se label.padding uniformly.
|
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
PR: author is committer
PR: supplementary
Fix bugs or enhance a feature introduced in this version, which should ignore in the release note.
size/XXL
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The enhancement of the original matrix impl.
See #19807 (comment) for details.
BTW, it requires ecomfe/zrender#1122