(thisOption: PiecewiseVisualMapOption, pieceList: InnerVisualPiece[])
| 588 | }; |
| 589 | |
| 590 | function normalizeReverse(thisOption: PiecewiseVisualMapOption, pieceList: InnerVisualPiece[]) { |
| 591 | const inverse = thisOption.inverse; |
| 592 | if (thisOption.orient === 'vertical' ? !inverse : inverse) { |
| 593 | pieceList.reverse(); |
| 594 | } |
| 595 | } |
| 596 | |
| 597 | export default PiecewiseModel; |
no outgoing calls
no test coverage detected
searching dependent graphs…