Skip to content

Merge 6.1.0 release to master#1158

Merged
100pah merged 22 commits into
masterfrom
release
May 20, 2026
Merged

Merge 6.1.0 release to master#1158
100pah merged 22 commits into
masterfrom
release

Conversation

@100pah
Copy link
Copy Markdown
Contributor

@100pah 100pah commented May 20, 2026

Merge 6.1.0 release to master

Ovilia and others added 22 commits December 19, 2025 10:21
…, which can cause canvas is not properly cleared due to incorrect transform. It can be reproduced when both hover layered and zlevel is used. Close apache/echarts#18688 . (2) Clarity el.autoBatch and fix that batched rendering may not be executed in some edge cases.
… only style modifying, and fix the omission of __hoverStyle usage. Previously the hover layer effect is inconsistent and not preferable - when the original layer is required to change by the subsequent user interactions, the final composited effect will change unexpectedly due to the modification of el props. See test case in `echarts/test/hover-layer.html`.
…r for large data and progressive rendering - prevent unnecessary repeated hoverLayer rendering.
…er was likely to dirty and discard the rendered content, and restarted all drawing per frame, which probably caused the cumulative draw calls to significantly block the rendering in large data. This commit introduces more precise layer content reuse strategies: (1) Based on the recorded first element rather than the first displayList index of the last pass (which is likely to be changed by preceding irrelevant elements on underlying layers); (2) Support multiple runs of consecutive incremental elements to render into one singe layer without wrongly dirty each other - introduce data structure `LayerDrawCursor` per run of elements to render separately, and change `Displayable['incremental']` from boolean to number to designate different runs. The scenarios can be: echarts large bar and large candlestick series exist at the same time. (3) Previously hover layer was likely to be repeatedly rendered; fix that.
fix(graphic): close path in `roundRect` helper to avoid stroke corner gap
@100pah 100pah merged commit 55e3c0e into master May 20, 2026
3 checks passed
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.

3 participants