(e, t)
| 8467 | throw new Error("invalid model type for resolve"); |
| 8468 | } |
| 8469 | function Xf(e, t) { |
| 8470 | const n = e.scale[t], |
| 8471 | i = _t(t) ? "axis" : "legend"; |
| 8472 | return "independent" === n |
| 8473 | ? ("shared" === e[i][t] && |
| 8474 | Si( |
| 8475 | (function (e) { |
| 8476 | return `Setting the scale to be independent for "${e}" means we also have to set the guide (axis or legend) to be independent.`; |
| 8477 | })(t), |
| 8478 | ), |
| 8479 | "independent") |
| 8480 | : e[i][t] || "shared"; |
| 8481 | } |
| 8482 | const Qf = D({ |
| 8483 | aria: 1, |
| 8484 | clipHeight: 1, |
no test coverage detected