(e, t)
| 14300 | return this.specifiedLegends[e]; |
| 14301 | } |
| 14302 | initScales(e, t) { |
| 14303 | return Xt.reduce((e, n) => { |
| 14304 | const i = ka(t[n]); |
| 14305 | return (i && (e[n] = this.initScale(i.scale ?? {})), e); |
| 14306 | }, {}); |
| 14307 | } |
| 14308 | initScale(e) { |
| 14309 | const { domain: n, range: i } = e, |
| 14310 | r = bn(e); |
no test coverage detected