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/05/06 02:28:44 UTC

[GitHub] [incubator-echarts] 2675569545 opened a new issue #12570: Graph does not support Datazoom?

2675569545 opened a new issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570


   ### Version
   4.7.0
   
   ### Reproduction link
   [https://codepen.io/David_Guan/pen/WNQdqqr](https://codepen.io/David_Guan/pen/WNQdqqr)
   
   ### Steps to reproduce
   //中文描述
   如果你将代码第66行的"scatter"更换为"graph",页面将会一片空白
   // English problem description
   If you replace the scatterer in line 66 with graph, the page will be empty
   
   ### What is expected?
   // English problem description
   I have nearly 10,000 elements to show their relationships, and I can't see anything if I just use the “graph” type. I want to control the display of the data by using the Datazoom.Or provide a way to show relationships clearly while keeping the volume of data
   //中文描述
   我有将近一万个元素要展示他们之间的关系,如果只用关系图将会什么也看不清,我想通过datazoom来控制数据的显示。或者在保持数据量的前提下提供一种清晰展示关系的方法
   
   ### What is actually happening?
   // English problem description
   The page doesn't show anything
   //中文描述
   页面什么也不显示
   
   <!-- 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



---------------------------------------------------------------------
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 #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-624981840


   They are missing in the document. It's available here: https://github.com/apache/incubator-echarts-doc/commit/8d001e86a2190b9ebdc2f344a7820a563ed9299a


----------------------------------------------------------------
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



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


[GitHub] [incubator-echarts] 2675569545 removed a comment on issue #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
2675569545 removed a comment on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-625003201


   > 是的,但是`zoom`应该是数字而不是数组。
   
   Excuse me, there are a lot of nodes on the page, what is the API to get the coordinate axis information of an element? I found this, but the new version seems to be gone。https://github.com/apache/incubator-echarts/issues/225 


----------------------------------------------------------------
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



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


[GitHub] [incubator-echarts] 2675569545 commented on issue #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
2675569545 commented on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-625000707


   > 它们在文档中丢失。在此处可用:[apache / incubator-echarts-doc @ 8d001e8](https://github.com/apache/incubator-echarts-doc/commit/8d001e86a2190b9ebdc2f344a7820a563ed9299a)
   
   I'm sorry. Is that it
   option={
   ...
   	series: [{
   	            type: 'graph',
   	            layout: 'force',
   	            .......
   	            zoom:[3.97,3.71],
   	            ......}]
   }
   If this is the case, the page will not display


----------------------------------------------------------------
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



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


[GitHub] [incubator-echarts] 2675569545 commented on issue #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
2675569545 commented on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-625003408


   > Yes, but `zoom` should be a number rather than an array.
   
   Excuse me, there are a lot of nodes on the page, what is the API to get the coordinate axis information of an element? I found this, but the new version seems to be gone.
   https://github.com/apache/incubator-echarts/issues/225


----------------------------------------------------------------
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



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


[GitHub] [incubator-echarts] 2675569545 commented on issue #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
2675569545 commented on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-625610155


   > @2675569545 https://echarts.apache.org/zh/api.html#echartsInstance.convertToPixel
   
   Thank you .Have a good 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



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


[GitHub] [incubator-echarts] 2675569545 commented on issue #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
2675569545 commented on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-624447940


   > `dataZoom` is not supposed to be used with graph. I think #12567 may have solved your request.
   
   Hello,I want to ask you set `series.zoom` and `series.center`,Are they new features that are not yet supported or do they already support no documentation.If it's just a lack of documentation, can you tell me how it should be used in my example


----------------------------------------------------------------
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



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


[GitHub] [incubator-echarts] 2675569545 commented on issue #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
2675569545 commented on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-625003201


   > 是的,但是`zoom`应该是数字而不是数组。
   
   Excuse me, there are a lot of nodes on the page, what is the API to get the coordinate axis information of an element? I found this, but the new version seems to be gone。https://github.com/apache/incubator-echarts/issues/225 


----------------------------------------------------------------
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



---------------------------------------------------------------------
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 #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-624429842


   `dataZoom` is not supposed to be used with graph. I think #12567 may have solved your request.


----------------------------------------------------------------
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



---------------------------------------------------------------------
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 #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-625596627


   @2675569545 https://echarts.apache.org/zh/api.html#echartsInstance.convertToPixel


----------------------------------------------------------------
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



---------------------------------------------------------------------
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 #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-624410570


   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



---------------------------------------------------------------------
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 #12570: Graph does not support Datazoom?

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12570:
URL: https://github.com/apache/incubator-echarts/issues/12570#issuecomment-625002043


   Yes, but `zoom` should be a number rather than an array.


----------------------------------------------------------------
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



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