Forum Discussion
Anonymous
9 years agoNot applicable
Custom visual with external library
I am trying to develop a custom visual using d3-hierarchy (https://github.com/d3/d3-hierarchy). I've installed both the library and the typings using npm into the node_modules folder, and added the f...
v-chuncz-msft
9 years agoCommunity Support
Anonymous,
You may check the following link.
- kuldeep_kumar9 years agoAdvocate I
Adding typings is just for the sake, that you will get intellisense for respective methods in given object.
If you don't need to have this, then you can directly go with solution as v-chuncz-msft mentioned.