mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08:00
4
d3/d3.d.ts
vendored
4
d3/d3.d.ts
vendored
@@ -778,7 +778,7 @@ declare module D3 {
|
||||
|
||||
filter: {
|
||||
(filter: (data: any, index: number) => boolean, thisArg?: any): UpdateSelection;
|
||||
//(filter: string): UpdateSelection;
|
||||
(filter: string): UpdateSelection;
|
||||
};
|
||||
|
||||
call(callback: (selection: Selection, ...args: any[]) => void, ...args: any[]): Selection;
|
||||
@@ -1751,7 +1751,7 @@ declare module D3 {
|
||||
export interface Axis {
|
||||
(selection: Selection): void;
|
||||
(transition: Transition.Transition): void;
|
||||
|
||||
|
||||
scale: {
|
||||
(): any;
|
||||
(scale: any): Axis;
|
||||
|
||||
Reference in New Issue
Block a user