I have generated a custom Data Set which I then pass to a factory method of JFreeChart to get a charting component. Further I wrap it in a panel and place it in the main UI part of the application. I have set of filters which select specific series to be visible. I process this using standard renderer’s method setSeriesVisible. Unfortunately, both axes do not rescale on teh chart after hiding the series. Any ideas why that might be the case?
Share
ANswering my own question:
It was alibrary issue, resolved in 1.0.13+ versions