Add a line chart beneath an existing pie chart
问题 When I click on a section of my piechart, I would like to see under first chart another chart (line chart). Now I generated another panel chart, but I lost first panel, because the second chart paint on first panel and second paint a first chart, but second has bad dimension; see image. How i can adjust my problem? JFreeChart chart = ChartFactory.createPieChart("Pratiche complessive", dataset, true, true, false); ChartPanel chartPanel = new ChartPanel(chart); chartPanel.setPreferredSize(new