(legendObj)
| 1128 | } |
| 1129 | |
| 1130 | function getXanchor(legendObj) { |
| 1131 | return Lib.isRightAnchor(legendObj) ? 'right' : |
| 1132 | Lib.isCenterAnchor(legendObj) ? 'center' : |
| 1133 | 'left'; |
| 1134 | } |
| 1135 | |
| 1136 | function getYanchor(legendObj) { |
| 1137 | return Lib.isBottomAnchor(legendObj) ? 'bottom' : |
no outgoing calls
no test coverage detected
searching dependent graphs…