UNPKG

219 BJavaScriptView Raw
1function t(e, a) {
2 switch (arguments.length) {
3 case 0:
4 break;
5 case 1:
6 this.range(e);
7 break;
8 default:
9 this.range(a).domain(e);
10 break;
11 }
12 return this;
13}
14export {
15 t as i
16};