From 93c660f2c7d241bc231157ac5e073128eb5eb965 Mon Sep 17 00:00:00 2001 From: Patrick Leo Tardif Date: Tue, 10 Nov 2015 11:33:35 -0800 Subject: [PATCH] make y axis format one col width only --- panoramix/viz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panoramix/viz.py b/panoramix/viz.py index 4295a4a35..4b918d8ff 100644 --- a/panoramix/viz.py +++ b/panoramix/viz.py @@ -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):