Fix mangled datalabels bug(zoom search) in case of chromium browser
This commit is contained in:
parent
d7ab56f37b
commit
0fbe20103f
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user