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 2020/12/23 05:44:37 UTC

[GitHub] [incubator-superset] kamalkeshavani-aiinside opened a new issue #12190: Use X-Y axis d3 formatting in tooltip

kamalkeshavani-aiinside opened a new issue #12190:
URL: https://github.com/apache/incubator-superset/issues/12190


   **Is your feature request related to a problem? Please describe.**
   Many charts allow to change formatting of X-Y axis values using d3 format. This updates the tick values shown on respective axis, but it still shows axis value with 'adaptive formatting' in tooltip.
   
   **Describe the solution you'd like**
   It would be better if the updated formatting gets reflected in tooltip as well.
   
   **Describe alternatives you've considered**
   In Pie chart, since there is no axis, formatting for tooltip value is allowed. Similarly it should be possible for other charts as well.
   
   From Sample data(superset v0.999.0dev):
   Changed the X-axis formatting to '%Y-%M-%D', but the tooltip shows X-axis value in 'Adaptive Formatting' applied.
   
   ![image](https://user-images.githubusercontent.com/74634977/102963551-b7d50280-452c-11eb-86d0-b19b12a6ba71.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.

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] [incubator-superset] junlincc commented on issue #12190: Use X-Y axis d3 formatting in tooltip

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


   thanks for the request. it makes sense updating the tooltip as well to reflect the X AXIS FORMAT.
   <img width="368" alt="Screen Shot 2020-12-26 at 7 32 37 AM" src="https://user-images.githubusercontent.com/67837651/103154525-aff3a900-474c-11eb-84dd-5ff01056b3f9.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.

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