Skip to content

Commit

Permalink
add get_data method to IFrameViz (#6185)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRoetgers authored and mistercrunch committed Oct 25, 2018
1 parent e7e8e9d commit e21e6a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions superset/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,9 @@ def query_obj(self):
def get_df(self, query_obj=None):
return None

def get_data(self, df):
return {}


class ParallelCoordinatesViz(BaseViz):

Expand Down

0 comments on commit e21e6a7

Please sign in to comment.