I have multiple labels in an axis and they are all income bands, so look like this: to 20-29k
If I try to display all the labels (around 13 of them), the chart doesnโt display at all, unless I try to edit it online - and even then the font for the numbers is different and not displayed correctly (looks like โ40 -โ)
If I merge 4 of the income bands into one and end up with less labels, the charts are displayed fine.
@anamariamocanu Perhaps there isnโt enough room to display ticklabels. Try set the keys tickvals and ticktext in xaxis dict, as in the following example.
@empet, many thanks for your help and example! I tried the tickvalues and text with my labels and it wasnโt displaying the labels at all!
Then I tried your labels and it worked, so the only issue I can see is the dollar sign at the beginning. Now it makes sense because I also have labels with text (Prefer not to say, upper range or more) and they seemed fine.