I am setting up this bar graph where I need to create a scroll window to view the entire data set, the main container is set to 500px this is set to overflow scroll., the problem is when there's no data, the entire graph container is changing it's height to zero, since I am resizing the container dynamically based on the number of points.I am setting up this bar graph where I need to