How to make graph Y-Axis axis scale with filter
Kind of a hard one to describe in the title. I have a heatmap that I move around through with a local data filter. I would like for the y-axis to maintain a specific scale per heatmap box and for the graph to get longer or shorter based on how may entries on the y-axis exist. So if it has 10 entries it's X long. If it has 200 entries it's 20*X long. Basically I want to maintain readibility o...