There was an error while loading. Please reload this page.
1 parent 1315d07 commit ccb1712Copy full SHA for ccb1712
1 file changed
src/traces/quiver/calc.js
@@ -201,6 +201,7 @@ module.exports = function calc(gd, trace) {
201
// TODO: For now, just do the same thing as for arrowref === 'data', but this is not correct.
202
// We actually need more sophisticated logic here, since this will give a bad result
203
// if the data aspect ratio is very different from the plot aspect ratio.
204
+ // See https://github.com/plotly/plotly.js/issues/7979
205
trace._extremes[xa._id] = Axes.findExtremes(xa, xTipPositions.concat(xTailPositions), {padded: true});
206
trace._extremes[ya._id] = Axes.findExtremes(ya, yTipPositions.concat(yTailPositions), {padded: true});
207
}
0 commit comments