There was an error while loading. Please reload this page.
1 parent a22f34e commit 74a7200Copy full SHA for 74a7200
1 file changed
src/traces/quiver/calc.js
@@ -11,7 +11,6 @@ var calcSelection = require('../scatter/calc_selection');
11
// neighboring points, such that the arrows are _just slightly shorter_ than
12
// that distance
13
const SHRINK_FACTOR = 0.97;
14
-// const SHRINK_FACTOR = 1;
15
16
module.exports = function calc(gd, trace) {
17
// Map x/y through axes so category/date values become numeric calcdata
0 commit comments