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/16 10:05:40 UTC

[GitHub] [incubator-echarts] haojay5 opened a new issue #12071: 玫瑰图在数据差异较大的情况下显示异常

haojay5 opened a new issue #12071: 玫瑰图在数据差异较大的情况下显示异常
URL: https://github.com/apache/incubator-echarts/issues/12071
 
 
   ### Version
   4.6.0
   
   ### Steps to reproduce
   {
     "series": [
       {
         "type": "pie",
         "radius": [
           80.16,
           167.835
         ],
         "name": "可开放容量",
         "data": [
           {
             "name": "市中心区",
             "value": [
               -232.9
             ]
           },
           {
             "name": "农村",
             "value": [
               -233.745,
             ]
           },
           {
             "name": "市区",
             "value": [
               -820.295
             ],
           },
           {
             "name": "城镇",
             "value": [
               -2863.53
             ]
           }
         ],
         "roseType": "radius",
       }
     ]
   }
   
   ### What is expected?
   不管数值差异有多大,图形上都要有显示面积上限的控制
   
   ### What is actually happening?
   数值差异过大,会导致较大的部分直接撑满整个容器,较小的部分会直接无图形显示
   
   ---
   跟饼图保持一致即可(增加配置有最小显示的控制)
   
   <!-- 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 #12071: 玫瑰图在数据差异较大的情况下显示异常

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12071: 玫瑰图在数据差异较大的情况下显示异常
URL: https://github.com/apache/incubator-echarts/issues/12071#issuecomment-575108750
 
 
   饼图(包括玫瑰图)都是不允许负值的数据的

----------------------------------------------------------------
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] haojay5 commented on issue #12071: 玫瑰图在数据差异较大的情况下显示异常

Posted by GitBox <gi...@apache.org>.
haojay5 commented on issue #12071: 玫瑰图在数据差异较大的情况下显示异常
URL: https://github.com/apache/incubator-echarts/issues/12071#issuecomment-575087677
 
 
   补上demo
   https://gallery.echartsjs.com/editor.html?c=xSByeyXUh&v=1

----------------------------------------------------------------
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 #12071: 玫瑰图在数据差异较大的情况下显示异常

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12071: 玫瑰图在数据差异较大的情况下显示异常
URL: https://github.com/apache/incubator-echarts/issues/12071#issuecomment-575079458
 
 
   @haojay5 Please provide a demo for the issue either with https://jsfiddle.net/ovilia/n6xc4df3/ or https://gallery.echartsjs.com/editor.html.

----------------------------------------------------------------
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 #12071: 玫瑰图在数据差异较大的情况下显示异常

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #12071: 玫瑰图在数据差异较大的情况下显示异常
URL: https://github.com/apache/incubator-echarts/issues/12071#issuecomment-575992985
 
 
   负值是不允许的,所以有问题

----------------------------------------------------------------
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 closed issue #12071: 玫瑰图在数据差异较大的情况下显示异常

Posted by GitBox <gi...@apache.org>.
Ovilia closed issue #12071: 玫瑰图在数据差异较大的情况下显示异常
URL: https://github.com/apache/incubator-echarts/issues/12071
 
 
   

----------------------------------------------------------------
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] haojay5 commented on issue #12071: 玫瑰图在数据差异较大的情况下显示异常

Posted by GitBox <gi...@apache.org>.
haojay5 commented on issue #12071: 玫瑰图在数据差异较大的情况下显示异常
URL: https://github.com/apache/incubator-echarts/issues/12071#issuecomment-575986181
 
 
   demo中使用了负值,其实我想表达的意思是数据差异大,数据差异大就会存在这种问题

----------------------------------------------------------------
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 #12071: 玫瑰图在数据差异较大的情况下显示异常

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12071: 玫瑰图在数据差异较大的情况下显示异常
URL: https://github.com/apache/incubator-echarts/issues/12071#issuecomment-575077694
 
 
   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