make y axis format one col width only
This commit is contained in:
parent
4233d34678
commit
93c660f2c7
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue