Skip to content

Commit

Permalink
add get_data method to IFrameViz (apache#6185)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRoetgers authored and bipinsoniguavus committed Dec 24, 2018
1 parent a10bd9e commit 72c3bd3
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 72c3bd3

Please sign in to comment.