I have the shiny app below in which I use plotly_click_event to subset the rest of the line charts when I click on a dot of one line chart. Also Im able to reset them to their initial form by using an actionButton(). While the app was working fine there seems to be an issue with ggplotly() introduced with the latest plotly.R library update. When I click on a point in one of the linecharts instead of getting only that point in the rest of the linecharts I get "argument 1 is not a vector"It was working fine with the previous version.
I have the shiny app below in which I use plotly_click_event to subset the rest of the line charts when I click on a dot of one line chart. Also Im able to reset them to their initial form by using an
actionButton()
. While the app was working fine there seems to be an issue withggplotly()
introduced with the latest plotly.R library update. When I click on a point in one of the linecharts instead of getting only that point in the rest of the linecharts I get"argument 1 is not a vector"
It was working fine with the previous version.