HTML: don't update axis on window resize

Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Gehad elrobey 2014-08-11 17:25:13 +03:00 committed by Dirk Hohndel
parent 00a86b44ba
commit fda5ff2af2

View file

@ -1222,7 +1222,7 @@ window.onresize = function(event)
{ {
if (plot1) if (plot1)
plot1.replot({ plot1.replot({
resetAxes : true resetAxes : false
}); });
}; };