Icons instead of Names

Hi,

In the below mentioned code,

type: ‘scatterpolar’,
r: [1.5, 10, 39, 31, 15, 1.5],
theta: [‘A’,‘B’,‘C’, ‘D’, ‘E’, ‘A’],
fill: ‘toself’,
name: ‘Group B’

for theta we are assigning Texts to values.
I am trying to replace these texts with Icons/Png files.
Kindly suggest any possible ways to achieve this.

Regards,
Amit

We don’t currently allow users to set images inside of traces. I’d recommend adding layout images at the position of your markers. See https://plot.ly/javascript/images/ for more info.