I have a bar chart with possibly many bars depending on the data. My bars are displayed horizontally with the labels on the y-axis (left). The issue is, if there is alot of data(bars) to display, some of the data labels are not displayed due to space constraints. EXT automatically removes some data labels if there are too many bars. See the photo attachment.
I would like to display all data labels. There are a couple potential of options to make this chart more presentable:
1.) Dynamically calculate the number of bars to display and adjust the height of the chart accordingly. (this is not my preferred option - would like to keep the height of the chart static).
2.) Reduce the number of bars to display. (this is not my preferred option)
3.) Make the chart area scrollable? Is this possible with EXTJS?