SpyderRivera opened a new issue #4735: [Chart] Axis pad option
URL: https://github.com/apache/incubator-superset/issues/4735
 
 
   Feature suggestion:  Axis pad option
   Add some padding on the edges of the chart. This would soften the edges with 
adding hard numbers for limits. 
   
   1. Drop down box in the style > Y axis area with 1%, 3%, 5% and 10% options. 
(p percent of bounds)
   2. Chart axis limit would then change to 
          * ymin=min(y value) * (1-p)   (e.g. 1% -> min(y value) * (1 - .01))
          * ymax=max(y value) * (1+p)   (e.g. 1% -> max(y value) * (1 + .01))
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to