Hello,
I am working in Python and created a bubble chart. When a hover on each bubble, I want to display a plotly bar chart.
Please let me know the approach to do this.
Thank You.
Best Regards,
Apurva
Hello,
I am working in Python and created a bubble chart. When a hover on each bubble, I want to display a plotly bar chart.
Please let me know the approach to do this.
Thank You.
Best Regards,
Apurva
Probably best to try out https://plot.ly/products/dash/ for custom hover interaction written in python.
Hi @etienne,
Thank You for your reply.
I have a plotly plot. I am using DASH for filters.And, I am embedding plotly plot as iframe in DASH.
I created plot in plotly seperately because I wanted animations which were not supported by DASH.
I want to hover on each point in my plot (created in plotly) to display a bar graph.
Please let me know the best way to approach to this.
Thank You.
Best Regards,
Apurva