d3.js: Improve D3.Svg.Symbol

This commit is contained in:
Maxim Efremov
2014-07-09 13:00:04 +04:00
parent b3ffb84c7e
commit 5e885cd60f
Vendored Regular → Executable
+1
View File
@@ -1620,6 +1620,7 @@ declare module D3 {
export interface Symbol {
type: (string:string) => Symbol;
size: (number:number) => Symbol;
(datum:any, index:number): string;
}
export interface Brush {