Closed gretamosa closed 7 years ago
Please use Stackoverflow for how-to-questions.
If you suspect there is an error with the typescript definitions supporting a specific d3-module, please log an issue on DefinitelyTyped referencing the module name and @-mention me. I will then investigate.
This repo is only available for "historic" reference as it contains helpful background discussions related to design motivations behind the new D3 version 4 definitions now maintained in DefinitelyTyped.
Thanks for understanding. 😄 T
Hi,
I'm trying to reproduce the following d3 example (http://bl.ocks.org/cjrd/6863459) in my Angular2 app with d3-drag and d3-select capabilities but I found the following error:
My Typescript file has the following imports:
Finally, I'm using d3 v4.4.4 with Angular2 and using only d3-select the example works but without drag&drop capabilities.
Someone has experienced similar issues or has any clue ?
Thanks,