From 0fbe20103fb4e46ef1be2cd71553dbffabca5eab Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Mon, 11 Jun 2012 16:46:41 +0530 Subject: [PATCH] Fix mangled datalabels bug(zoom search) in case of chromium browser --- js/tbl_zoom_plot_jqplot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/tbl_zoom_plot_jqplot.js b/js/tbl_zoom_plot_jqplot.js index 994d35e8c2..e7d60eeb8d 100644 --- a/js/tbl_zoom_plot_jqplot.js +++ b/js/tbl_zoom_plot_jqplot.js @@ -534,6 +534,7 @@ $(document).ready(function() { // resizing, it's ok // under IE 9, everything is fine currentChart = $.jqplot('querychart', series, options); + currentChart.resetZoom(); $('button.button-reset').click(function(event) { event.preventDefault();