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/14 03:36:51 UTC

[GitHub] [superset] kamalkeshavani-aiinside opened a new issue #15672: [mixed time-series] Separate Y-axis bounds and Tooltip formatting

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


   **Is your feature request related to a problem? Please describe.**
   1. Currently there is an option to set Y-axis bounds, but it applies to both primary and secondary y-axis at the same time. This is not really helpful since both axis will mostly have different scales.
   2. Tooltip is always showing adaptive formatting for X-axis and Secondary Y-axis values.
   
   **Describe the solution you'd like**
   1. There should be an option to set bounds separately for both primary and secondary y-axis.
   2. d3 formatting set by user should be shown in tooltip for all the axis values.
   
   **Describe alternatives you've considered**
   
   
   **Additional context**
   
   


-- 
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] kamalkeshavani-aiinside commented on issue #15672: [mixed time-series] Separate Y-axis bounds, Label values and Tooltip formatting

Posted by GitBox <gi...@apache.org>.
kamalkeshavani-aiinside commented on issue #15672:
URL: https://github.com/apache/superset/issues/15672#issuecomment-978868164


   > 1. There should be an option to set bounds separately for both primary and secondary y-axis.
   > 2. There should be an option to show value labels(currently available only in Bar chart)
   > 3. d3 formatting set by user should be shown in tooltip for all the axis values.
   
   2 & 3 are now fixed in master. Waiting for 1st.


-- 
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] kevin-struckhoff commented on issue #15672: [mixed time-series] Separate Y-axis bounds, Label values and Tooltip formatting

Posted by GitBox <gi...@apache.org>.
kevin-struckhoff commented on issue #15672:
URL: https://github.com/apache/superset/issues/15672#issuecomment-897109593


   Additionally, for single Y-axis charts, it would be helpful to allow the user to set custom grid line interval values. The attached screenshot from OpenOffice Spreadsheet shows how they handle it.
   ![Y-axis-interval-setting](https://user-images.githubusercontent.com/88514509/129094670-5f439b4e-d488-4798-ad95-b98ea6d2b5d5.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] villebro commented on issue #15672: [mixed time-series] Separate Y-axis bounds, Label values and Tooltip formatting

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


   > The tooltip always uses the primary y-axis formatting even if there is a different format specified for the secondary y-axis. This is a problem for charts with very different scales (ex. proportions vs large integers).
   
   FYI @serenajiang this problem should have been fixed by https://github.com/apache-superset/superset-ui/pull/1143


-- 
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 #15672: [mixed time-series] Separate Y-axis bounds, Label values and Tooltip formatting

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


   thanks for suggesting! all good point and well accepted. Let us know if would like to collaborate on this, as it will take awhile for us to start the next iteration that incorporates those changes. 🙏


-- 
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] serenajiang commented on issue #15672: [mixed time-series] Separate Y-axis bounds, Label values and Tooltip formatting

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


   One of our users reported a similar problem - I wonder whether this issue should be considered a bug fix rather than an enhancement request? The tooltip always uses the primary y-axis formatting even if there is a different format specified for the secondary y-axis. This is a problem for charts with very different scales (ex. proportions vs large integers).


-- 
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] kamalkeshavani-aiinside commented on issue #15672: [mixed time-series] Separate Y-axis bounds, Label values and Tooltip formatting

Posted by GitBox <gi...@apache.org>.
kamalkeshavani-aiinside commented on issue #15672:
URL: https://github.com/apache/superset/issues/15672#issuecomment-880316575


   @junlincc Thanks for your comment. Although I don't have any experience with type script, I am hoping to get some similar fixes from other charts and re-use the code for this chart.
   I am starting by looking at https://github.com/apache/superset/blob/master/CONTRIBUTING.md#improving-visualizations. I guess I can ask questions in #contributing channel in slack whenever I get stuck somewhere.


-- 
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] kamalkeshavani-aiinside edited a comment on issue #15672: [mixed time-series] Separate Y-axis bounds, Label values and Tooltip formatting

Posted by GitBox <gi...@apache.org>.
kamalkeshavani-aiinside edited a comment on issue #15672:
URL: https://github.com/apache/superset/issues/15672#issuecomment-978868164


   > 1. There should be an option to set bounds separately for both primary and secondary y-axis.
   > 2. There should be an option to show value labels(currently available only in Bar chart)
   > 3. d3 formatting set by user should be shown in tooltip for all the axis values.
   
   2 & 3 are now fixed in master. Waiting for 1st.
   And for 2nd, Y-axis values can be shown in chart, but they don't follow the formatting set by the user.
   ![image](https://user-images.githubusercontent.com/74634977/143389096-63f39e88-c8e3-496a-a671-33f6c5616e47.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