(e)
| 14315 | ); |
| 14316 | } |
| 14317 | initAxes(e) { |
| 14318 | return Ct.reduce((t, n) => { |
| 14319 | const i = e[n]; |
| 14320 | if (oa(i) || (n === te && oa(e.x2)) || (n === ne && oa(e.y2))) { |
| 14321 | const e = oa(i) ? i.axis : void 0; |
| 14322 | t[n] = e ? this.initAxis({ ...e }) : e; |
| 14323 | } |
| 14324 | return t; |
| 14325 | }, {}); |
| 14326 | } |
| 14327 | initAxis(e) { |
| 14328 | const t = D(e), |
| 14329 | n = {}; |
no test coverage detected