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 2018/09/11 20:25:47 UTC

[GitHub] xtinec commented on a change in pull request #5858: [bugfix] mapbox pan on filter

xtinec commented on a change in pull request #5858: [bugfix] mapbox pan on filter
URL: https://github.com/apache/incubator-superset/pull/5858#discussion_r216809877
 
 

 ##########
 File path: superset/viz.py
 ##########
 @@ -2015,6 +2015,9 @@ def get_data(self, df):
             ],
         }
 
+        southWest = [df[fd.get('all_columns_x')].min(), df[fd.get('all_columns_y')].min()]
 
 Review comment:
   @mistercrunch Fixed these up. Should be ready to go. 😄 

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