We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfb22d commit 04466dbCopy full SHA for 04466db
src/components/shapes/helpers.js
@@ -56,6 +56,7 @@ exports.extractPathCoords = function(path, paramsToUse, isRaw) {
56
exports.getDataToPixel = function(gd, axis, shift, isVertical, refType) {
57
var gs = gd._fullLayout._size;
58
var dataToPixel;
59
+ shift = shift || 0;
60
61
if(axis) {
62
if(refType === 'domain') {
0 commit comments