From 201331275bff7e3e67e3d5f3fb2bc706e302ad27 Mon Sep 17 00:00:00 2001 From: Ammar Yasir Date: Fri, 12 Aug 2011 18:38:53 +0530 Subject: [PATCH] Fixed: yAxis min value determined on plot generation and not 0 by default --- js/tbl_zoom_plot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/tbl_zoom_plot.js b/js/tbl_zoom_plot.js index e94dfd7a67..49fbe66e97 100644 --- a/js/tbl_zoom_plot.js +++ b/js/tbl_zoom_plot.js @@ -447,6 +447,7 @@ $(document).ready(function() { title: { text: $('#tableid_0').val() }, }, yAxis: { + min: null, title: { text: $('#tableid_1').val() }, }, }