plotly / plotly_express

Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!
https://plot.ly/python/plotly-express/
MIT License
4 stars 0 forks source link

Error occured while creating the select button. #181

Closed Sandesh-Ghimire closed 1 year ago

Sandesh-Ghimire commented 1 year ago

Error: TypeError: SelectboxMixin.selectbox() got an unexpected keyword argument 'hover_data'

i am getting this error while trying to create the select button. code: select = st.selectbox('Affected type of people', hover_data=['minute','crashes'],height=400)

Sandesh-Ghimire commented 1 year ago

solved using st_btn_select