d3 / d3-selection

Transform the DOM by selecting elements and joining to data.

Home Page:https://d3js.org/d3-selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is anyone working on D3.ts ?

nwheatleKite opened this issue · comments

Hello,

I'm considering re-writing d3-selection in typescript. Is anyone already doing this? I understand that many other modules would need to be converted to eventually step over, but this is the best place to start.

I don't want to start if others are already in the middle of it.

You can find externally maintained types for d3-selection here:

https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-selection

I’m not currently planning on porting D3 to TypeScript, but I have been using TypeScript in other projects, so I may get around to it eventually.