(trace, index)
| 995 | } |
| 996 | |
| 997 | function getTextPosition(trace, index) { |
| 998 | var value = helpers.getValue(trace.textposition, index); |
| 999 | return helpers.coerceEnumerated(attributeTextPosition, value); |
| 1000 | } |
| 1001 | |
| 1002 | function calcTexttemplate(fullLayout, cd, index, xa, ya) { |
| 1003 | var trace = cd[0].trace; |
no outgoing calls
no test coverage detected
searching dependent graphs…