Conversation
…scaleLimit is specified #21427
…o much unexpected space when `alignTicks` is enabled
…g and causes chart to stuck and potential NPE
Prepare public v6.1.0
…Limit" cover "treemapZoomToNode" case, otherwise the behavior is unexpected. (3) Make "scaleLimit" cover the case that users specify `rootRect` directly in `dispatchAction`, though this usage is never officially exposed. (4) Remove ec2 compat code, which has stopped working.
fix(treemap): fix treemap can not be zoomed out after a zoom-in when `scaleLimit` is specified
fix(scatter): fix jitter layout does not support progressive rendering and cause chart to freeze and potential NPE
…o storeDimIndex mismatch. This regression was introduced in #20682
fix(marker): fix marker fails to render with dataset and encode
…` may trigger events, depending on both `matrix.triggerEvent`, `matrix.xxx.silent` and `matrix.xxx.label.silent` settings. By default (`matrix.triggerEvent:true`, `matrix.xxx.silent` and `matrix.xxx.label.silent` is undefined) cell text and non-transparent cell bg trigger event. (2) Modify event param: `name` is the final rendered text, `value` is the original input cell value in option. (3) Add visual test cases for `matrix.html`.
fix(matrix): trigger click event on matrix cells
…ore case for dataZoom edge cases.
…ils and solutions.
… Make the rounding result consistent between dataZoom calculated window and specified axis `determinedMin/Max`. (3) Fix unexpected behaviors when dataZoom controls axes with `alignTicks: true` - previous they are not precisely aligned and the ticks jump significantly due to inappropriate rounding when dataZoom dragging.
…s data may be out of the calculated extent and can not be displayed. (2) Previously the precision is incorrect for small float number (fixed at 10 rather than based on the magnitude of the value). (3) Make the tick precision more acceptable when min/max of axis is fixed, and remove console warning, because whey can be specified when dataZoom dragging. (4) Clarify the related code for LogScale.
fix(axis): fix axis label may have inappropriate precision or take too much unexpected space when `alignTicks` is enabled
fix(lines): fix potential tooltip XSS vulnerability in lines series
Release dev
Release 6.1.0-rc.2
|
Thanks for your contribution! The pull request is marked to be To reviewers: If this PR is going to be described in the changelog in the future release, please make sure this PR has one of the following labels: This message is shown because the PR description doesn't contain the document related template. |
plainheart
approved these changes
May 20, 2026
|
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge 6.1.0 release to master