Skip to content

chore: merge v6 to next for nightly build #21049

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

Open
wants to merge 535 commits into
base: next
Choose a base branch
from
Open

chore: merge v6 to next for nightly build #21049

wants to merge 535 commits into from

Conversation

Ovilia
Copy link
Contributor

@Ovilia Ovilia commented Jun 21, 2025

Brief Information

This pull request is in the type of:

  • bug fixing
  • new feature
  • others

What does this PR do?

Merge v6 to next

Fixed issues

Details

Before: What was the problem?

After: How does it behave after the fixing?

Document Info

One of the following should be checked.

  • This PR doesn't relate to document changes
  • The document should be updated later
  • The document changes have been made in apache/echarts-doc#xxx

Misc

ZRender Changes

  • This PR depends on ZRender changes (ecomfe/zrender#xxx).

Related test cases or examples to use the new APIs

N.A.

Others

Merging options

  • Please squash the commits into a single one when merging.

Other information

jinzisen and others added 30 commits January 13, 2025 18:30
test(vrt): visual test supports comparing with a PR id
fix(heatmap): fix labels not in calendar range are unexpectedly displayed
[Feature] Add dynamic theme switching support
Added a missing period in a specific part of the text to maintain consistency across the document. This ensures a uniform writing style, improves readability, and aligns with the formatting used throughout the content.
Added missing period for consistency and readability
Bumps [rollup](https://github.com/rollup/rollup) from 2.34.2 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.34.2...v2.79.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
…2.79.2

chore(deps-dev): bump rollup from 2.34.2 to 2.79.2
100pah and others added 29 commits June 12, 2025 15:58
fix(axis):null value item on category axis should be able to show tooltip
…But it was based on canvas width/height, which is not reasonable - the unit may incorrect, and it is unpredictable if the `View['_rect']` is not calculated based on the current canvas rect. Therefore the percentage value is changed to based on `View['_rect'].width/height` since v6. Under this definition, users can use '0%' to map the top-left of `View['_rect']` to the center of `View['_viewRect']`.
…ectVerticalAlign` for series.map/geo/series.graph in box layout (lay out by left/right/top/bottom/width/height).

(2) Support `clip` on geo/series.map
(3) Support `roamTigger: 'global' | 'selfRect'` to switch roam area to global on only self bounding rect.
(4) Support cursor style change when hovering the roaming enabled area to hint users.
(5) Fix that center and zoom option does not work in series.sankey, and no relevant test case. (the roam is introduced in impl in #20321, due v6).
(6) Fix the percent base of `center` (such as `center: ['40%', '50%']`) for all View coord sys based components/series (geo/series.map/series.graph/series.tree/series.sankey). #16904 introcuded percentage string here, such as '33%'. But it was based on canvas width/height, which is not reasonable - the unit may incorrect, and it is unpredictable if the `View['_rect']` is not calculated based on the current canvas rect. Therefore the percentage value is changed to based on `View['_rect'].width/height` since v6. Under this definition, users can use '0%' to map the top-left of `View['_rect']` to the center of `View['_viewRect']`.
(7) Enhance the behavior for roaming area overlapping - the upper one has higher precedence.
(8) Fix some `scaleLimit` missing.
(9) Some refactor and clarification of `RoamController` and `roamHelper`.
…rder

feat(stack): able to reverse the stack order
fix(dataZoom): fix cases with dataset, relates to #16978
fix(buildPath): revert checking buildPath
fix(dataZoom): fix dataZoom for single data
…tension, and add test cases. (2) Fix RoamController cursor style.
fix(dataZoom): fix the case when first value is NaN, relates to #16978
fix(marker): overwrite value only if type is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants