(e, t)
| 3246 | }; |
| 3247 | } |
| 3248 | function is(e, t) { |
| 3249 | if (e?.aggregate) { |
| 3250 | const { aggregate: n, ...i } = e; |
| 3251 | return ( |
| 3252 | n !== t && |
| 3253 | Si( |
| 3254 | (function (e, t) { |
| 3255 | return `Continuous axis should not have customized aggregation function ${e}; ${t} already agregates the axis.`; |
| 3256 | })(n, t), |
| 3257 | ), |
| 3258 | i |
| 3259 | ); |
| 3260 | } |
| 3261 | return e; |
| 3262 | } |
| 3263 | function rs(e, t) { |
| 3264 | const { mark: n, encoding: i } = e, |
| 3265 | { x: r, y: o } = i; |