(record: AxisStatPerKeyPerAxis | NullUndefined)
| 211 | } |
| 212 | |
| 213 | function wrapStatResult(record: AxisStatPerKeyPerAxis | NullUndefined): AxisStatisticsResult { |
| 214 | return { |
| 215 | liPosMinGap: record ? record.liPosMinGap : undefined, |
| 216 | }; |
| 217 | } |
| 218 | |
| 219 | export function eachSeriesOnAxis( |
| 220 | axis: Axis, |
no outgoing calls
no test coverage detected
searching dependent graphs…