Redraw polar chart doesnt work as expected

Hi !

I’m trying to to redraw my polar chart.

when i do the following code :
Plotly.redraw(this.graphId, this.traces, this.layout)

it just draw a normal XY plot.

What am i doing wrong ?

Unfortunately, plotly.js polar charts are under-developed and feature many bugs (incomplete list here).

I’d recommend using the brute-forcePlotly.newPlot to redraw your polar chart.