make y axis format one col width only

This commit is contained in:
Patrick Leo Tardif 2015-11-10 11:33:35 -08:00
parent 4233d34678
commit 93c660f2c7
1 changed files with 1 additions and 1 deletions

View File

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