Based on my test, you could use the following script to workaround this situation.
private window: any; constructor(options: VisualConstructorOptions) { this.window = window; this.svg = this.window.d3.select(options.element);
Based on my test, you could use the following script to workaround this situation.
private window: any; constructor(options: VisualConstructorOptions) { this.window = window; this.svg = this.window.d3.select(options.element);