It’s possible to set callbacks on matplotlib charts (e.g clickdata, hoverdata) embed in dash apps?
It is not, since the matplotlib charts are just static images.
Thats ok, Thank you!
@chriddyp would it be possible to create the image store it in a folder and dowload it?? dash do have a dowload option and matplotlib can convert plots to images.
I have done this with image store & download.