-
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 branch 'master' into 'next' #19632
Conversation
fix(type): allow passing `null` to the parameters of `init` function
fix: typo in echarts.all.ts
fix(graph): fix graph chart can't be hidden by legend due to edgeLabel NPE
test(pie): add a test case to cover #18412
fix(axis): show last tick for single data #18453
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.4.2 to 3.4.3. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io-parser@3.4.2...3.4.3) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…io-parser-3.4.3 chore(deps): bump socket.io-parser from 3.4.2 to 3.4.3
…edicated folder to speed up npm install.
…l test & add eslint config for `runTest` folder
test(deps): move dependencies that are required only by VRT to dedicated folder
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)
fix(toolbox): use `typeof` operator rather than `isFunction` util to detect if `MouseEvent` object is supported
chore: merge release into master
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. |
The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19632@b9f7809 |
Congratulations! Your PR has been merged. Thanks for your contribution! 👍 |
Brief Information
This pull request is in the type of: