Is there any way to add a citation/text to the image which is downloaded by clicking on âDownload Plotâ
(toImageButtonOptions) in Plotly figures.
Reference code:
config = {
âtoImageButtonOptionsâ: {
âformatâ: âpngâ,
âfilenameâ: âdownload_imageâ,
}
}