JFreeChart 1.0.19 contained the method ChartFactory.createBarChart3D. That method is not available in JFreeChart 1.5.0.
Is there another 1.5.0 method that replaces createBarChart3D? Or is there a workaround (maybe including ChartFactory.createBarChart) to build a "3D" chart in 1.5.0? Or do I have to settle for "2D" charts after the upgrade?
JFreeChart 1.5.0's createBarChart does have a "3D-ish" look. Maybe it was decided that the improved createBarChart made createBarChart3D unnecessary?