Looking through the D3 docs, I have been duplicated this code (identity function) everywhere:
Function (D) {return D; }Is there a built-in method in D3 to do this? I know that I can not identify myself and use it everywhere, but it seems that D3 should provide it.
No comments:
Post a Comment