Skip to content

Commit

Permalink
make y axis format one col width only
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleotardif committed Nov 10, 2015
1 parent 4233d34 commit 93c660f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class NVD3TimeSeriesViz(NVD3Viz):
('show_brush', 'show_legend'),
('rich_tooltip', 'y_axis_zero'),
('y_log_scale', 'contribution'),
'y_axis_format'
('y_axis_format', None)
]

def get_df(self, query_obj=None):
Expand Down

0 comments on commit 93c660f

Please sign in to comment.