(e, t)
| 13488 | return e; |
| 13489 | } |
| 13490 | function Sp(e, t) { |
| 13491 | for (const n of xp) { |
| 13492 | const i = uc( |
| 13493 | e.getWithExplicit(n), |
| 13494 | t.getWithExplicit(n), |
| 13495 | n, |
| 13496 | "axis", |
| 13497 | (e, t) => { |
| 13498 | switch (n) { |
| 13499 | case "title": |
| 13500 | return In(e, t); |
| 13501 | case "gridScale": |
| 13502 | return { explicit: e.explicit, value: U(e.value, t.value) }; |
| 13503 | } |
| 13504 | return cc(e, t, n, "axis"); |
| 13505 | }, |
| 13506 | ); |
| 13507 | e.setWithExplicit(n, i); |
| 13508 | } |
| 13509 | return e; |
| 13510 | } |
| 13511 | function Dp(e, t, n, i, r) { |
| 13512 | if ("disable" === t) return void 0 !== n; |
| 13513 | switch (((n = n || {}), t)) { |
no test coverage detected