-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
I have set range in layout like this:
var poseLayout = function(width, height) {
return {
title : '',
xaxis : {
range : [ 0, 640 ]
},
yaxis : {
range : [ 0, 480 ]
},
width : 640,
height : 480,
showlegend : false,
shapes : []
};
but as you can see here:
both x-axis and y-axis range changes with x,y values dynamically,how to keep range fixed?
Metadata
Metadata
Assignees
Labels
No labels