Forum Discussion
moises_martinez
9 years agoFrequent Visitor
How add svg in my custom visual???
Hello! I want to add a svg in my custom visual. In all example i saw: public init(options: VisualInitOptions): void { var svg = this.svg = d3.select(options.element.get(0)).append(...
- 9 years ago
Thank you!!!
I have reinstalled D3 according to ...
Anonymous
7 years agoNot applicable
I found this tutorial useful for adding an SVG to a custom visual: https://blog.jongallant.com/2016/12/powerbi-custom-visual-svg-png/