You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/09/01 20:48:56 UTC

[GitHub] [superset] junlincc opened a new issue #16555: [pie_chart]sort to ignore NULL in pie when ROW(series) limit is set

junlincc opened a new issue #16555:
URL: https://github.com/apache/superset/issues/16555


    i created pie chart with a row/series limit to visualize the average number of children each age group has, with sort by metric checked by default. when the limit is set to 25, more than half of the rows return NULL, which are not showing as slices( as expected). when i set limit to 10, no data shows, while my expectation was to see the top 10 slices from the non-NULL rows. 
   
   https://user-images.githubusercontent.com/67837651/131741523-fef3fb69-918a-4552-8819-7109b75b3024.mov
   
   @villebro please help delegate 🙏😉
   
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] zhaoyongjie commented on issue #16555: [pie_echart]sort to ignore NULL in pie when ROW(series) limit is set

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on issue #16555:
URL: https://github.com/apache/superset/issues/16555#issuecomment-911667636


   @junlincc 
   Hi, you should add a filter for getting `Top-N` metric.
   <img width="1266" alt="image" src="https://user-images.githubusercontent.com/2016594/131849608-cad275f9-2e9d-4a0c-a2d8-e362dd4a626f.png">
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org