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 2019/05/09 12:56:19 UTC

[GitHub] [incubator-superset] eddy-geek opened a new issue #7480: BoundsControl for y axes of line_multi (Time Series Multi Line)

eddy-geek opened a new issue #7480: BoundsControl for y axes of line_multi (Time Series Multi Line)
URL: https://github.com/apache/incubator-superset/issues/7480
 
 
   Currently there is no way to control the min/max bounds of any of the 2 axes on a Time Series Multi Line chart.
   
   BoundsControl was added 2 years ago in https://github.com/apache/incubator-superset/pull/2878 to line/bar/area/bubble, but `line_multi` (`dual_line` at the time?) was left behind.
   
   The feature for `line`:
   ![image](https://user-images.githubusercontent.com/2772505/57454880-27b84b80-726a-11e9-80a4-ef3726252ff1.png)
   
   Less control on `multi_line`
   
   ![image](https://user-images.githubusercontent.com/2772505/57454963-51717280-726a-11e9-8009-b673e5808ba0.png)
   
   2 possible solutions:
   
   - Ideally the feature would be adapted, allowing setting both `y_axis_bounds` and `y_axis_2_bounds`, but a copy-paste implementation for only the left axis would be a nice start.
   
   - Alternatively, the axes charasteristics could be taken from the base chart for each axis, when there is only one (or from the first one if there are many). I am a bit surprised that this solution was not adopted for the format ( `y_axis_format`), but I guess this is a conscious design choice.

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


With regards,
Apache Git Services

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