Skip to content

Commit

Permalink
group by chart rework
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 28, 2014
1 parent 467bc1a commit 7c37e1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flask_appbuilder/charts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class GroupByChartView(BaseChartView):
# [{'column':'<COL NAME>','group_class':<CLASS>]
aggregate_by_column = []
# [{'aggr_func':<FUNC>,'column':'<COL NAME>'}]
chart_widget = DirectChartWidget



Expand Down Expand Up @@ -194,8 +195,6 @@ class TimeChartView(BaseSimpleGroupByChartView):

chart_template = 'appbuilder/general/charts/chart_time.html'
chart_type = 'ColumnChart'
chart_widget = DirectChartWidget



def _get_chart_widget(self, filters=None,
Expand Down

0 comments on commit 7c37e1f

Please sign in to comment.