Dropdown menu does not show all the options

So I have managed to make a similar chart as https://plot.ly/alpha/workspace/?fid=chelsea_lyn:12871
However, this example only has few categories : Gold, Silver, Bronze, Total.
I have realized that when I have a long list of these categories more than what can fit in one page, it does not scroll down and only shows top 20 or so.
I donโ€™t think it is a bug in my code, but I think itโ€™s how plotly renders the dropdown. I have attached a picture that shows the problem. See how you can only see until Clickio? I cannot scroll down to see the rest of drop down menues.


Has anyone resolved this issue?

Ha. Nice dropdown!

Unfortunately, dropdown items arenโ€™t scrollable at the moment. For the complete list of open update menu items, go to https://github.com/plotly/plotly.js/issues/810

Iโ€™d recommend either increasing the bottom margin e.g go.Layout(margin=dict(b=150)) in python and splitting up your items item multiple dropdowns.

1 Like