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:
parent
00a86b44ba
commit
fda5ff2af2
@ -1222,7 +1222,7 @@ window.onresize = function(event)
|
||||
{
|
||||
if (plot1)
|
||||
plot1.replot({
|
||||
resetAxes : true
|
||||
resetAxes : false
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user