Skip to content

Commit ccb1712

Browse files
committed
update comment
1 parent 1315d07 commit ccb1712

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/traces/quiver/calc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ module.exports = function calc(gd, trace) {
201201
// TODO: For now, just do the same thing as for arrowref === 'data', but this is not correct.
202202
// We actually need more sophisticated logic here, since this will give a bad result
203203
// if the data aspect ratio is very different from the plot aspect ratio.
204+
// See https://github.com/plotly/plotly.js/issues/7979
204205
trace._extremes[xa._id] = Axes.findExtremes(xa, xTipPositions.concat(xTailPositions), {padded: true});
205206
trace._extremes[ya._id] = Axes.findExtremes(ya, yTipPositions.concat(yTailPositions), {padded: true});
206207
}

0 commit comments

Comments
 (0)