X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=be1cecba59daf5ce63c9673e8604724eb4b93ce8;hb=9ec21d0ac23104544e00892196eca0129c5e504a;hp=1f188e2d1e3b8b05debcf031d7e151eff9483c84;hpb=965a030e724b6890b1ea651fb270d9fdc2699bb3;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index 1f188e2..be1cecb 100644 --- a/dygraph.js +++ b/dygraph.js @@ -1161,6 +1161,8 @@ Dygraph.endPan = function(event, g, context) { context.initialLeftmostDate = null; context.dateRange = null; context.valueRange = null; + context.boundedDates = null; + context.boundedValues = null; } // Called in response to an interaction model operation that