Hello, I make visualizations with the GANTT class. When I want to show many lines in the y-axis, I create a scrollbar: {enabled: true,}, I always want to show the same number of lines, e.g. 30 lines and therefore I set the maximum: 30. But if there is only data to fill in fewer lines, a number appea...