Plotly: Multiple plots with 'linked' interactivity

后端 未结 1 612
广开言路
广开言路 2021-02-07 15:03

I am trying to create a series of plots to embed in a website where the interactivity is \'linked\' like in the animation below. I cannot find examples of this functionality in

相关标签:
1条回答
  • 2021-02-07 15:47

    You can achieve this using plotly's Embed API, which allows you to handle events such as click or mouseover above any plotly graphs embedded in a iframe.

    For something similar to the above animation, I recommend taking a look at this example. You can find the associated repo here.

    0 讨论(0)
提交回复
热议问题