-
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
[Bug] 饼图有个扇区占比很大的时候,图例切换选中和不选中,没有将收起的扇区的标签引导线隐藏 #17013
Labels
Comments
@daisy0123 Please provide a demo for the issue either with Official Editor, CodePen, CodeSandbox or JSFiddle. |
plainheart
added
pending
We are not sure about whether this is a bug/new feature.
waiting-for: author
topic: pie
and removed
waiting-for: author
labels
May 11, 2022
请问这个问题 什么时候可以帮忙解决呢? |
@daisy0123 抱歉没有注意到你的问题,稍后我们跟进下。 |
plainheart
added
topic: label
and removed
pending
We are not sure about whether this is a bug/new feature.
missing-demo
The author should provide a demo.
labels
Jul 20, 2022
8 tasks
Wetterquarz
added a commit
to development-scopeland/echarts
that referenced
this issue
Sep 12, 2022
* chore(type): export type ElementEvent close apache#15284 * rm newline * feat(graph): simple layout graph support dragging * test(graph): add simple graph draggable test case * feat(graph): update circular layout helper function * feat(graph): support draggable for all graph layout ('none' | 'circular' | 'force') * test(graph): add graph draggable test case * Revert "test(graph): add simple graph draggable test case" This reverts commit 78b2475. * fix(graph): node el check for circular layout * fix(graph): remove GraphNode `_fixed` field * fix(graph): use zrender/vector calculate node layout * fix: not trigger roam on el's child * fix: fix code * fix: remove useless code * fix: store fixed state in layout object * fix: use mouse position calculate circular layout * feat(LineDraw):series-lines support the effect animation go back * rename the option from goback to roundTrip * feat: ignore target size for large charts * feat: make target size an option * feat: rename test file * feat: rename variables * feat(pie): support specifying coordinate system for pie series. * feat(bmap): support `convertToPixel` & `convertFromPixel` API. * fix: sliderZoom in candlestick dataset error * chore(workflow): close stale issues as not planned rather than completed. [ci skip] * fix(custom): fix potential NPE when applying leave transition. * chore: upgrade stale action to v5 fix `close-issue-reason` option is not being recognized * fix(log): fix log axis breaks a single data whose log value is negative apache#13154 * fix(log): cache base variable * fix(axis): fix axis symbol is not reverted when axis is reverse. * feat(gauge): axisLabel support rotate like sunburst. close 15944 * fix(visualMap): fix the indicator doesn't show when hovering on map label. * chore: fix some typos * fix(visualMap): fix wrong type of ecData. * fix(custom): fix elements may not be removed after updates apache#17333 * fix(custom): apply leave transition and add more comments * test(custom): add a test case with {} that should preserve child * test(custom): add a test case * test: add coarse-pointer in test env * fix(custom): fix the case for element after the null child * style: spelling mistakes * style: spelling mistakes * style: spelling mistakes * fix(type): add missing type `number` to `emphasis.scale` of scatter/line/graph series. * style: fix typo of `RoamPayload`. * refactor(util): import `encodeHTML` function from `zrender`. * chore(deps-dev): bump terser from 5.3.8 to 5.14.2 Bumps [terser](https://github.com/terser/terser) from 5.3.8 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update zrender to the latest nightly version. * fix(pie): fix `labelLine` may not be hidden when `minShowLabelRadian` is specified, resolves apache#17013. * 单轴反向失效问题修复 * fix(custom): ignore element when renderItem returns a group with null elements * test(custom): update test case for custom update * fix(bar-race): provide subPixelOptimize option to solve apache#14679 * test(bar-race): update test * fix(symbol): fix `emphasis.scale` can't be reset and specified value may not be respect. - null / undefined / true means to use default strategy. - 0 / false / negative number / NaN / Infinity means no scale. * test(symbol): add test case for `emphasis.scale` * test(vrt): fix changing value of select via js doesn't trigger `change` event. * fix(symbol): remove unused import. * fix(custom): set ignore only if old child exists (apache#17450) * feat(axis): set subPixelOptimize to be false during animation * chore: fix wrong imports from `echarts.all` * chore: fix wrong imports from `echarts.all` * fix(axis): remove unnecessary files * 优化饼图性能 * fix(axis): when update for the first time, make sure done is called * test(pie): tweak pie-percent case - add time log, percentPrecision & label formatter. * test(pie): fix test case pie3.html * fix(theme): fix the abandoned normal level in the theme file. close apache#17473 * fix(coarse-pointer): use retrieve * fix(theme): move the label block to the outside. * fix(subpixel): set animation with subpixel optimization * fix(subpixel): remove function * fix(subpixel): refactor * fix(subpixel): refactor subPixelOptimizeLine * fix(subpixel): remove an unexpected change * feat(coarse-pointer): fix test * feat(coarse-pointer): fix test * fix: merge conflict * chore(deps): bump engine.io and socket.io Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `engine.io` from 3.3.2 to 3.6.0 - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](socketio/engine.io@3.3.2...3.6.0) Updates `socket.io` from 2.2.0 to 2.5.0 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/2.5.0/CHANGELOG.md) - [Commits](socketio/socket.io@2.2.0...2.5.0) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect - dependency-name: socket.io dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * fix(theme): fix tooltips text style of the theme macarons * change the `deprecateReplaceLog` in sunburstAction.ts * fix the deprecateReplaceLog about downplay * fix a typo error in `log.ts` * chore(stale): issues with milestone TBD should not be marked as stale * chore(stale): exclude all prs with milestones Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Map1en_ <[email protected]> Co-authored-by: kongmoumou <[email protected]> Co-authored-by: sushuang <[email protected]> Co-authored-by: Yi Shen <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Ovilia <[email protected]> Co-authored-by: plainheart <[email protected]> Co-authored-by: jiawulin001 <[email protected]> Co-authored-by: MeetzhDing <[email protected]> Co-authored-by: ZT <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 杨骥 <[email protected]> Co-authored-by: liangism <[email protected]> Co-authored-by: mousne <[email protected]> Co-authored-by: gitforhlp <[email protected]> Co-authored-by: ChepteaCatalin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
5.3.1
Link to Minimal Reproduction
No response
Steps to Reproduce
饼图有个扇区占比很大的时候,图例切换选中和不选中,没有将收起的扇区的标签引导线隐藏
Current Behavior
Expected Behavior
希望能隐藏标签引导线
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: