Limit to number of labels in barchart?

I am attempting to create a horizontal, stacked barchart in plotly. I have over 3000 categories I need to display as labels on the y axis. I want to be able to scroll in the browser in order to view all the bars because they won’t all fit in a single screen. I have achieved the scrolling by making the height of the plot sufficiently large; however, I can only get 1000 of the category labels to show on the y axis, even though plotly plots all 3000 bars. For the remaining 2000, the y axis label is missing and only visible if I hover over the bar. Does anyone know how I can get plotly to display all of my labels or is it some kind of hard-coded limit that you can only have labels for 1000 bars?

Thanks in advance.