-
Notifications
You must be signed in to change notification settings - Fork 19.7k
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
Fix(tooltip): added container prop for tooltip placement #20815
base: master
Are you sure you want to change the base?
Fix(tooltip): added container prop for tooltip placement #20815
Conversation
feat(gauge-chart): add legend
fix(LegendView): fix layout width and position
…593950 (#6) * fix(pie) fixed half pie slices propotions on legend item toggle * refactor(pie) lint-fixes * fix(labelLine): fix emphasis.labelLine is not working in pie chart (manual upgrade) * feat(pie): add endAngle for control pie range (manual upgrade) * feat(pie): add padAngle option (manual upgrade) * fix(pie): fix endAngle is not applied on the empty circle (manual upgrade) * refactor(pie) obsolent code * feat(pie) build * Revert "feat(pie) build" This reverts commit 16b890f. * refactor(pie) remove code of the deprecated solution * feat(pie) build v2
* feat(pie) add optional title to pie chart * feat(pie) pie title build * fix(pie) title positioning * fix(pie) lint * feat(pie) formatter prop for title * feat(pie) title graphics reset
* feat(xAxis): ticks interval is counted without binding to change of higher level unit * lint-fix * feat(xAxis): apply custom interval when it's passed to chart options * feat(xAxis): _isIntervalCustom fix * feat(xAxis): add custom interval for all time units * release files * feat(xAxis): refactor * release files --------- Co-authored-by: rekilina <[email protected]>
* fixed number of minor ticks depending on interval * release * lint fix * time logic moved to class Time * refactored getMinorSplits * fixed minor ticks close to main ticks * release * fix ticks in getIntervalTicks * release * fixed month splits and different units checking * release
fix(axis): time-inverse #45837446
Thanks for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution. Please sync the project before making a PR. There seems to be a lot of unrelated commits here. I'd suggest closing this one and recreate a PR. Make sure you describe clearly in the PR description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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