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 30cbaa0 commit aa0c116Copy full SHA for aa0c116
src/traces/table/calc.js
@@ -40,7 +40,7 @@ module.exports = function calc(gd, trace) {
40
var calcdata = {
41
key: trace.index,
42
translateX: domain.x[0] * gd._fullLayout._size.w,
43
- translateY: gd._fullLayout._size.h - domain.y[1] * gd._fullLayout._size.h,
+ translateY: gd._fullLayout._size.h * (1 - domain.y[1]),
44
size: gd._fullLayout._size,
45
width: groupWidth,
46
height: groupHeight,
0 commit comments