Forum Discussion

ConnectedRoman's avatar
ConnectedRoman
Frequent Visitor
9 years ago
Solved

Image leaves behind artifacts when resized

Hello,   I have finally succeeded in creating a working custom visual.   I have also successfully added an image to the visual:   let image = this.svg.append("svg:image") .attr('x', 15)...
  • v-chuncz-msft's avatar
    v-chuncz-msft
    9 years ago

    ConnectedRoman,

     

    That's because 'svg:image' is not a valid selector.

    d3.selectAll('svg > image').remove();