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,576
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
… except first countinous visualMap (#19097) * fix(visualMap): fix continuous visualMap mouseover event not register except first countinous visualMap * fix(visualMap): bind current instance to eventHandler to make unique function in init function * fix(visualMap): remove unnecessary declaration and assignment --------- Co-authored-by: plainheart <yhen@all-my-life.cn>
#19103) * feat: add missing types * revert the option export
feat(pie): add padAngle for pie
fix(clip): add an extra space to the clip-path width to prevent unexpected clip. close #19051
fix(tooltip): fix opacity not work in tooltip marker
Add nullables to OptionDataValue
feat(tooltip): add dataIndex to valueFormatter callback. close #18997
feat(polar): allow setting `angleAxis.endAngle`
fix(toolbox): fix toolbox text can't apply the specified or global font style
fix(sunburst): label rotation problem when anticlockwise
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.11.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…raverse-7.23.2 chore(deps-dev): bump @babel/traverse from 7.11.5 to 7.23.2
…lobal object in dev environment (#19217) * fix: '__ECHARTS__DEFAULT__RENDERER__' of undefined * fix: Reduce converted code size * fix: Remove ternary operations
* Create langAR.ts Adding Arabic language, in progress. * Update langAR.ts, Translation completed. Arabic Translation completed.
…de-20319 fix(boxplot) correctly handle series.encode with category axis
Fix 20363
fix(sankey): avoid throwing errors when the `links` / `nodes` / `levels` option is undefined
fix(pictorialBar): symbol should not flip with zero data
…ark-theme fix(theme): fix legend page text color in dark mode
feat(sunburst): add new emphasis focus strategy `'relative'` for highlighting ancestor and descendant nodes
fix(visualMap): handle label collides with horizontal size visualMap
…trategy (#20435) * fix: tooltip hove issue on rerender * fix: use ternary instead of optional chaining * fix: eslint issue * remove: unwanted invoke
fix(sample): fix minmax sampling behaviour
fix(tooltip): Tooltip textStyle lineHeight does not work in default
fix(line): fix areaStyle skewing in stepped line series and incorrect connectNull behavior
feat(dataZoom): new option handleLabelShow
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