first attempt at resizing
This commit is contained in:
parent
d584260d78
commit
a88705463d
@ -504,6 +504,12 @@ $(document).ready(function() {
|
||||
currentChart.resetZoom();
|
||||
});
|
||||
|
||||
$('div#querychart').resizable({
|
||||
resize: function(event, ui) {
|
||||
currentChart.replot( {resetAxes: true})
|
||||
}
|
||||
});
|
||||
|
||||
$('div#querychart').bind('jqplotDataClick',
|
||||
function(event, seriesIndex, pointIndex, data) {
|
||||
searchedDataKey = data[4]; // key from searchedData (global)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user