You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/01/19 01:58:15 UTC

[GitHub] [incubator-echarts] 19Qingfeng opened a new issue #12083: Echarts关系图graph是否支持单向

19Qingfeng opened a new issue #12083: Echarts关系图graph是否支持单向
URL: https://github.com/apache/incubator-echarts/issues/12083
 
 
   ### What problem does this feature solve?
   请问关于Echarts圆形关系图数据在鼠标移入图表的时候是否支持单向关系link(查阅文档并没有发现对应API)。也就是说graph图,在鼠标移入图表的时候,link连线仅展现soure->target的关系连线而并不指向target->source的连线。请问echarts是否支持此功能。
   比如如下图:
   
   
   在鼠标移入对应图表时候,仅仅展示link中source->target的link连线(并不是展示所有和当前节点有关系的连线)
   
   
   
   ### What does the proposed API look like?
   series.emphasis.lineStyle.onlySource/series.emphasis.lineStyle.onlyTarget
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] Ovilia commented on issue #12083: Echarts关系图graph是否支持单向

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12083: Echarts关系图graph是否支持单向
URL: https://github.com/apache/incubator-echarts/issues/12083#issuecomment-575958326
 
 
   通过[监听移动到数据的事件](https://echarts.apache.org/en/api.html#events.Mouse%20events.mouseover),再用 `setOption` 改变内容(去掉某些箭头)。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] lampda commented on issue #12083: Echarts关系图graph是否支持单向

Posted by GitBox <gi...@apache.org>.
lampda commented on issue #12083: Echarts关系图graph是否支持单向
URL: https://github.com/apache/incubator-echarts/issues/12083#issuecomment-595711651
 
 
   这个问题似乎不是问题了吧。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] Ovilia commented on issue #12083: Echarts关系图graph是否支持单向

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12083: Echarts关系图graph是否支持单向
URL: https://github.com/apache/incubator-echarts/issues/12083#issuecomment-575959297
 
 
   > 是否相当于每次都需要重新绘制一遍图形?
   是的
   
   > 存在关系连线高亮展示,不存在关系link连线也会显示(只是相对暗淡)。通过监听移动到数据的事件好像是无法实现的吧
   有没有连线这个事是需要通过你把数据自己保存着,然后根据这个数据判断的

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12083: Echarts关系图graph是否支持单向

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12083: Echarts关系图graph是否支持单向
URL: https://github.com/apache/incubator-echarts/issues/12083#issuecomment-575957531
 
 
   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](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) 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 questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] 19Qingfeng closed issue #12083: Echarts关系图graph是否支持单向

Posted by GitBox <gi...@apache.org>.
19Qingfeng closed issue #12083: Echarts关系图graph是否支持单向
URL: https://github.com/apache/incubator-echarts/issues/12083
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] 19Qingfeng commented on issue #12083: Echarts关系图graph是否支持单向

Posted by GitBox <gi...@apache.org>.
19Qingfeng commented on issue #12083: Echarts关系图graph是否支持单向
URL: https://github.com/apache/incubator-echarts/issues/12083#issuecomment-575958733
 
 
   > 通过[监听移动到数据的事件](https://echarts.apache.org/en/api.html#events.Mouse%20events.mouseover),再用`setOption`改变内容(去掉某些箭头)。
   
   监听移动到数据的事件,在用setOption改变内容,是否相当于每次都需要重新绘制一遍图形?
   还有是关于底图的疑惑,echarts官方鼠标移入图中的某个图标元素,存在关系连线高亮展示,不存在关系link连线也会显示(只是相对暗淡)。
   通过监听移动到数据的事件好像是无法实现的吧

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] Ovilia edited a comment on issue #12083: Echarts关系图graph是否支持单向

Posted by GitBox <gi...@apache.org>.
Ovilia edited a comment on issue #12083: Echarts关系图graph是否支持单向
URL: https://github.com/apache/incubator-echarts/issues/12083#issuecomment-575959297
 
 
   > 是否相当于每次都需要重新绘制一遍图形?
   
   是的。不过不管怎么实现,肯定都是要重绘的。
   
   > 存在关系连线高亮展示,不存在关系link连线也会显示(只是相对暗淡)。通过监听移动到数据的事件好像是无法实现的吧
   
   有没有连线这个事是需要通过你把数据自己保存着,然后根据这个数据判断的

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org