Hi,
I’m fairly new to Plotly and still trying to get the hang of it. I’m now trying to create a chord diagram with my own data, based on https://nbviewer.jupyter.org/github/empet/Plotly-plots/blob/master/Chord-diagram.ipynb?flush_cache=true.
While I can get a chord diagram using my own data, I would also like to add labels next to the ‘slices’ in a similar fashion as shown in https://moderndata.plot.ly/filled-chord-diagram-in-r-using-plotly/ (at the bottom). In the R example of the Plotly library I see there is a function called ‘add_text’, which I cannot find in the Python version of the library.
I tried using annotations in the make_layout function, but while this does add text, it is not possible to position the text and it also crops the image.
Does anybody have any clue as how to achieve this seemingly simple task of adding slice labels?