forked from apache/echarts
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update to 5.4.1 #1
Draft
ArtemKo7v
wants to merge
3,657
commits into
amilabs:master
Choose a base branch
from
apache:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
refactor(util): import `liftColor` function from zrender
feat: change to default ESM package. For developer testing and node usage in customization module scenario.
Merge master to release for v5.5.0
…nize wildcard that not at the end of the patter string (e.g. "exports: {"./*.js": "xxx"}"). (2) Add readme to package.json.
Fix package.json exports
fix a bug introduced by #18381
Revert "fix(tooltip): fix opacity not work in tooltip marker"
fix(ssr): hovering legend items should not trigger tooltip
chore: release 5.5.0
chore: add source release debug file
fix(test): rename `jest.config.js` to `jest.config.cjs` to fix jest error
chore: revert #19567 "chore: add source release debug file"
chore: add a key
…r dist/** for file extension not specified usage (3) add dist/echarts.esm.mjs for case that not able to recognize as esm after dist/package.json with `{"type": "commonjs"}` added.
Fix: esm issue
chore: relase 5.5.0-rc.2
…etect if `MouseEvent` object is supported (fix unexpected replacement in 53babd2#diff-0b91602cf047a98c67d6c4edaacbfa7399c8e0d2d4564b83ece8419d144aea84R64)
feat(geo): support styling region in original GeoJSON data
feat(geo): support styling region in original GeoJSON data
feat(map): support `regions[].silent` and update map data in tests
Release v5.6.0
Merge v5.6.0 release into master
chore(workflow): add package.json
chore: update NOTICE year to 2025
test(vrt): visual test supports comparing with a PR id
…dly displayed (resolves #20690)
fix(heatmap): fix labels not in calendar range are unexpectedly displayed
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
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.
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 is it fixed in this PR?
Usage
Are there any API changes?
Related test cases or examples to use the new APIs
NA.
Others
Merging options
Other information