-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
Conversation
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
chore: fix some typos
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
…sage in customization module scenario.
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.
Thanks for your contribution! The pull request is marked to be |
The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19532@6b8fae8 |
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
Failed Visual Test Report
|
Report after fixing |
Brief Information
This pull request is in the type of:
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.
Misc
ZRender Changes
Related test cases or examples to use the new APIs
N.A.
Others
Merging options
Other information