Forum Discussion

moises_martinez's avatar
moises_martinez
Frequent Visitor
9 years ago
Solved

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(...