I'm using the Highcharts library to create a Gantt Chart and I'm running into some issues with the scrollbar. I have a suspicion that this might have something to do with the number of records I'm passing to the gantt chart since I'm not observing this issue when I'm passing fewer records to the cha...
I am using the Highcharts Gantt Chart Library to create a chart that includes both horizontal and vertical scroll bars. My goal is to make the chart occupy the entire available space within my application. When I do not specify a height property, the horizontal scroll bar remains hidden regardless o...
I am currently working with the HighCharts library to create a Gantt Chart with both horizontal and vertical scroll bars. My objective is to automatically scroll to a specific Gantt chart record when a DOM event is triggered. In order to enable horizontal and vertical scrolling, I am configuring the...