* @return {boolean}
()
| 758 | * @return {boolean} |
| 759 | */ |
| 760 | isHorizontal() { |
| 761 | const {axis, position} = this.options; |
| 762 | return position === 'top' || position === 'bottom' || axis === 'x'; |
| 763 | } |
| 764 | /** |
| 765 | * @return {boolean} |
| 766 | */ |
no outgoing calls
no test coverage detected