Treemap rich label alignment issue in echarts 5

aiazj4mn  于 2个月前  发布在  Echarts
关注(0)|答案(7)|浏览(30)

Version

5.0.1

Steps to reproduce

  1. Open Treemap example ( https://echarts.apache.org/examples/en/editor.html?c=treemap-disk )
  2. Add the following label configuration:
// option.series ...
                label: {
                    show: true,
                    formatter: (x) => `{blue|${x.name}}`,
                    rich: {
                        blue: {
                            color: "blue"
                        }
                    }
                }
// ...
  1. Notice labels are aligned in top left corner while they should be centered

What is expected?

Labels are centered (except when configured otherwise)

What is actually happening?

Labels are in top left corner

Running the exact same code in the treemap demo of echarts 4 ( https://echarts.apache.org/v4/examples/en/editor.html?c=treemap-disk ) does not have this issue.

Also, explicitly setting align: "center", verticalAlign: "middle" does not help; the label will get centered horizontally, but not vertically.

lg40wkob

lg40wkob1#

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org . Please attach the issue link if it's a technical question.

If you are interested in the project, you may also subscribe our mailing list .

Have a nice day! 🍵

k0pti3hp

k0pti3hp2#

Hi, this doesn't have nothing with this subject, but I need to ask something that I try to find solution on DOCS, on Stack, in PRs, and in Issues, and can not find, and I am not sure if that is for new feature or bug.
Is there a way for treemap that have multilevels, to have SUM of all values for that level?
ex. If I am on first leaf level, I need TOTAL SUM of all values from that level to show to user, when click on some child leaf, need to get TOTAL SUM of all values from that level etc... Thanks and sorry for interrupt.

oymdgrw7

oymdgrw73#

Did you resolved the question? please...

noj0wjuj

noj0wjuj4#

Did you resolved the question? please...

fzsnzjdm

fzsnzjdm5#

Hello sorry to ask but did you find any solutions ?

kqqjbcuj

kqqjbcuj6#

您的邮件已收到!O(∩_∩)O!--------Pan

ryhaxcpt

ryhaxcpt7#

Unfortunately no.…

On Mon, Nov 7, 2022 at 2:07 AM EggerickxGillian ***@***.***> wrote: Hello sorry to ask but did you find any solutions ? — Reply to this email directly, view it on GitHub <#14128 (comment)>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/APMTZTNTOBXJPIVUY4XEOCDWHDIHBANCNFSM4WT2IHKQ > . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>

-- ~Nick True

相关问题