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] <support@github.com>
…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. |
Contributor
|
The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19632@b9f7809 |
Ovilia
approved these changes
Feb 22, 2024
|
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.
Brief Information
This pull request is in the type of: