完成基础信息页面开发
This commit is contained in:
@@ -1,14 +1 @@
|
||||
function t(e, a) {
|
||||
switch (arguments.length) {
|
||||
case 0:
|
||||
break;
|
||||
case 1:
|
||||
this.range(e);
|
||||
break;
|
||||
default:
|
||||
this.range(a).domain(e);
|
||||
break;
|
||||
}
|
||||
return this;
|
||||
}
|
||||
export { t as i };
|
||||
function t(e,a){switch(arguments.length){case 0:break;case 1:this.range(e);break;default:this.range(a).domain(e);break}return this}export{t as i};
|
||||
|
||||
Reference in New Issue
Block a user