Closed nanxi1994 closed 11 months ago
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! 🍵
@nanxi1994 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people, we'd like to suggest using English next time. 🤗
尝试之后发现
transition: {
from: { seriesIndex: 0, dimension: 'ID' },
to: { seriesIndex: 0, dimension: 'ID' }
如果是一对一、多对一 ,添加textContent不会有问题,但是一对多的形变添加text之后不能显示标签且会导致图形消失
尝试之后发现
transition: {
from: { seriesIndex: 0, dimension: 'ID' },
to: { seriesIndex: 0, dimension: 'ID' }
如果是一对一、多对一 ,添加textContent不会有问题,但是一对多的形变添加text之后不能显示标签且会导致图形消失
@nanxi1994 Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying-bash-2uthz.
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!
Version
5.0.2
Steps to reproduce
示例中的自定义系列 聚合分割形变(散点-饼图)添加 style.text 或 textContent
What is expected?
正常显示标签
What is actually happening?
不显示标签且图形闪烁消失