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 2022/07/18 11:09:11 UTC

[GitHub] [echarts] RahulVishK opened a new issue, #17393: different heights for funnel data in funnel chart

RahulVishK opened a new issue, #17393:
URL: https://github.com/apache/echarts/issues/17393

   ### What problem does this feature solve?
   
   even when data point is larger or smaller they are occupying same height
   ![Screenshot (82)](https://user-images.githubusercontent.com/97290751/179498888-a7443381-7229-4f9d-a2eb-a10be8964851.png)
    
   
   ### What does the proposed API look like?
   
   this is the expected behaviour
   ![Screenshot (83)](https://user-images.githubusercontent.com/97290751/179498966-f575f803-7fbb-443a-8d61-9a802ba3b6be.png)
    heights are given based on value 


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org.apache.org

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] [echarts] RahulVishK commented on issue #17393: different heights for funnel data in funnel chart

Posted by GitBox <gi...@apache.org>.
RahulVishK commented on issue #17393:
URL: https://github.com/apache/echarts/issues/17393#issuecomment-1195059116

   solution :in series-funnel in itemStyles we have height in percentage , for each data point we can give different height , 2nd for pyramid series value and height at series level should be in sync 


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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