Dear plotly.js community!
When displaying the results of a survey as a bar chart, I want to display predefined images (think “thumb up”, “thumb down”, etc…) as labels of the choices (i.e. below each bar) instead of a text value.
Some HTML markup seems to be interpreted (e.g. <i>
, <b>
), but most HTML (such as <img>
) is escaped.
I would really appreciate any pointer into the right direction.