I am using a JFreeChart Bar Chart in a Swing GUI with several category labels. For each label there are several subcategory labels. There are many bars. And therefore each one is very small and barely visible. I want to be able to zoom in on a particular category.
Is it possible to make the category label clickable? By, for example, adding a listener to it? Then I would click on a category label and set the displayed chart to only show that category.
If not, what would be another solution for making the bars more visible?