Skip to content
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

Merge master to release for v5.5.0 #19532

Merged
merged 132 commits into from
Jan 23, 2024
Merged

Merge master to release for v5.5.0 #19532

merged 132 commits into from
Jan 23, 2024

Conversation

Ovilia
Copy link
Contributor

@Ovilia Ovilia commented Jan 23, 2024

Brief Information

This pull request is in the type of:

  • bug fixing
  • new feature
  • others

What does this PR do?

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

Ovilia and others added 30 commits March 14, 2023 18:16
feat(pie): add endAngle for control pie range
fix(endLabel): endLabel fail with null data #18839
chore: fix a typo in `core/echarts.ts`
…y offset.

- add the `tolerance` parameter for `CoordinateSystem#getArea`.
- set the default tolerance of the scatter series as `1e-2`
fix(scatter): fix edge scatter may be unexpectedly clipped due to tiny offset
Merge release v5.4.3 into master
plainheart and others added 19 commits January 7, 2024 16:46
chore(workflow): update actions/checkout in workflows to v4
chore(workflow): update actions/setup-node in workflows to v4
Fix ValueAxisBaseOption doc comment
chore: ignore ssr src when release npm
Partially fix #18499 . The case when some ticks are skipped due to
overlapping is not fully fixed.
fix(graph): fix force layout iteration timer doesn't stop after disposing the chart
fix(marker): fix markArea position when axis is with `alignWithLabel`
refactor(util): import `liftColor` function from zrender
feat: change to default ESM package. For developer testing and node usage in customization module scenario.
Copy link

echarts-bot bot commented Jan 23, 2024

Thanks for your contribution!
The community will review it ASAP. In the meanwhile, please checkout the coding standard and Wiki about How to make a pull request.

The pull request is marked to be PR: author is committer because you are a committer of this project.

⚠️ MISSING DOCUMENT INFO: Please make sure one of the document options are checked in this PR's description. Search "Document Info" in the description of this PR. This should be done either by the author or the reviewers of the PR.

Copy link
Contributor

The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19532@6b8fae8

@Ovilia Ovilia merged commit f996884 into release Jan 23, 2024
5 checks passed
Copy link

echarts-bot bot commented Jan 23, 2024

Congratulations! Your PR has been merged. Thanks for your contribution! 👍

@Ovilia
Copy link
Contributor Author

Ovilia commented Jan 25, 2024

Failed Visual Test Report

Failed test file name Expected to fail Related PR Note Before After Diff
dataSelect Fixed Items don't highlight on hovering for pictorialBars
check-build, pie, roseExtreme #18820 @linghaoSu First label left/right difference caused a little change in the label positions image image image
dataZoom-scatter-hv Unknown image image image
css-transform Unknown image image image
tooltip-opacity, appendData, punchCard, symbol, custom-bmap-grid, parallel-aqi, coarse-pointer, dataset-case, dataZoom-scatter-category, tooltip-axisPointer, dataZoom-scatter-category, hoverStyle ❓ reverted #18921 Item opacity in the tooltip
markArea #19516
pictorial-single #19197
toolbox-textStyle #19170
graph-case #18624
dataset-source-two-typed-array #19035
pie-endAngle #18820
pie-pad-angle #19076
sunburst-label-align #18962
universalTransition-multiLevelDrillDown #17611
visualMap-multi-continuous, color-mix-aqi #19097
roseType-labeline #18800
tooltip-valueFormatter #19123
line-sampling #19279
axis-align-lastLabel #19228
clip2 #18867

report.html.zip

@Ovilia
Copy link
Contributor Author

Ovilia commented Jan 30, 2024

Report after fixing
report-final.html.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.