(name, group)
| 130261 | } |
| 130262 | |
| 130263 | function domain(name, group) { |
| 130264 | const s = getScale(name, (group || this).context); |
| 130265 | return s ? s.domain() : []; |
| 130266 | } |
| 130267 | |
| 130268 | function bandwidth(name, group) { |
| 130269 | const s = getScale(name, (group || this).context); |