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/06/07 08:09:32 UTC

[GitHub] [incubator-echarts] chunjie-sam-liu opened a new issue #12765: Human body charts for bioscience researchers using ECharts.

chunjie-sam-liu opened a new issue #12765:
URL: https://github.com/apache/incubator-echarts/issues/12765


   ### What problem does this feature solve?
   I am a Ph.D. in genetic research, I found ECharts very helpful for the presenting statistics of metadata of clinical and biological data.
   I am wondering whether ECharts could provide features like human body, organs charts for presenting genetic big data. I know it's not a common feature enough for now, as human sequencing data increases, visualizing these big data on human body could be intuitive for researchers and doctors in their study.
   
   ### What does the proposed API look like?
   The URL is the GDC portal, https://portal.gdc.cancer.gov/, presenting human body and cancer organs.
   
   ![human-body](https://user-images.githubusercontent.com/16101520/83963497-288e3780-a8d9-11ea-98a0-40f6ce13cbaf.png)
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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 closed issue #12765: Human body charts for bioscience researchers using ECharts.

Posted by GitBox <gi...@apache.org>.
Ovilia closed issue #12765:
URL: https://github.com/apache/incubator-echarts/issues/12765


   


----------------------------------------------------------------
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] pissang commented on issue #12765: Human body charts for bioscience researchers using ECharts.

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


   Perhaps SVG component which @100pah is implementing can do this kind of things.


----------------------------------------------------------------
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 #12765: Human body charts for bioscience researchers using ECharts.

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


   Yes, it's suggested to implement using custom series. Using [renderItem.image](https://echarts.apache.org/en/option.html#series-custom.renderItem.return_image.style.image) to draw each organ.


----------------------------------------------------------------
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] chunjie-sam-liu commented on issue #12765: Human body charts for bioscience researchers using ECharts.

Posted by GitBox <gi...@apache.org>.
chunjie-sam-liu commented on issue #12765:
URL: https://github.com/apache/incubator-echarts/issues/12765#issuecomment-640977420


   Thanks very much, I get it.


----------------------------------------------------------------
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 #12765: Human body charts for bioscience researchers using ECharts.

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


   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] plainheart commented on issue #12765: Human body charts for bioscience researchers using ECharts.

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


   It may be possible to draw such human body charts by using [`custom series`](https://echarts.apache.org/en/option.html#series-custom), but it will be a bit hard to realize completely, after all, the structure of human body is so complicated.


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