(legendObj)
| 1134 | } |
| 1135 | |
| 1136 | function getYanchor(legendObj) { |
| 1137 | return Lib.isBottomAnchor(legendObj) ? 'bottom' : |
| 1138 | Lib.isMiddleAnchor(legendObj) ? 'middle' : |
| 1139 | 'top'; |
| 1140 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…