(val: ScaleDataValue)
| 100 | }; |
| 101 | |
| 102 | function isInfinity(val: ScaleDataValue) { |
| 103 | return !isNaN(val as number) && !isFinite(val as number); |
| 104 | } |
| 105 | |
| 106 | // If a markArea has one dim |
| 107 | function ifMarkAreaHasOnlyDim( |
no outgoing calls
no test coverage detected
searching dependent graphs…