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/07/06 23:07:38 UTC

[GitHub] [superset] andrewscarani opened a new issue #15561: Add "Total" values on hover tooltips whenever "GROUP BY" is used

andrewscarani opened a new issue #15561:
URL: https://github.com/apache/superset/issues/15561


   **Is your feature request related to a problem? Please describe.**
   When applying a `GROUP BY` value to a Time-series (Bar) Chart, the hover tooltip only shows the value of the single grouped total, not the total bar. This same issue applies when viewing the `Mixed Time-series Chart` as well as the `Pie Chart`... Without showing a value for the total, it's a bit difficult to understand composition/scale of the group out of the total.
   ![Screen Shot 2021-07-06 at 3 56 49 PM](https://user-images.githubusercontent.com/4078980/124676143-c9e81400-de72-11eb-96e2-3271823e3dd4.png)
   
   **Describe the solution you'd like**
   Whenever `GROUP BY` is applied to a chart, the tooltip should show the total value at the time period hovered, **in addition** to the existing grouped-total value. E.g. from Chartio:
   ![Screen Shot 2021-07-06 at 4 02 36 PM](https://user-images.githubusercontent.com/4078980/124676551-9954aa00-de73-11eb-87d6-450c81040a2c.png)
   
   **Describe alternatives you've considered**
   Current workaround is to combine a bar series with a "total" line series in the `Mixed Time-series Chart`, but this is a hassle to do each and every time. Also, because the Mixed Time-Series Chart only allows for two mixed series, it wastes a series that could potentially be more valuable than the total (such as viewing year-over-year growth)
   ![Screen Shot 2021-07-06 at 4 04 37 PM](https://user-images.githubusercontent.com/4078980/124676700-df117280-de73-11eb-91ee-6028ac52457b.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


[GitHub] [superset] junlincc commented on issue #15561: Add "Total" values on hover tooltips whenever "GROUP BY" is used

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


   will implement this feature in new Echarts, sorry for taking so long to happen ~


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