Fix mangled datalabels bug(zoom search) in case of chromium browser

This commit is contained in:
Atul Pratap Singh 2012-06-11 16:46:41 +05:30
parent d7ab56f37b
commit 0fbe20103f

View File

@ -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();