You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Highlight in a plotly figure breaks when fixed group argument is used in SharedData$new(). I think it is a crosstalk and not a plotly issue, but please correct me if I am wrong.
This only happens when filtering the dataset in Shiny, dynamically selecting between two (or more) groups to show. It only happens when in the plotly figure a factor is used, of which the levels are different between the (dynamically selected) groups . In my examples this is the variable col_group, see below:
The Highlight in a plotly figure breaks when fixed group argument is used in SharedData$new(). I think it is a crosstalk and not a plotly issue, but please correct me if I am wrong.
This only happens when filtering the dataset in Shiny, dynamically selecting between two (or more) groups to show. It only happens when in the plotly figure a factor is used, of which the levels are different between the (dynamically selected) groups . In my examples this is the variable
col_group
, see below:Expectation:
When clicking on a point, I expect that all points with the same ID are highlighted
What happens
Only when
item1
is selected, the behaviour is as expected. Whenitem2
is selected, nothing happens after a click.solutions/workarounds
The problem does not occur :
bscols()
with the two figues outside shinysession info:
The text was updated successfully, but these errors were encountered: