JFreeChart Polar chart fill Zero to the point
问题 May be I could not phrase t the question right. Let me Explain I want to draw polar chart that starts the value from the zero and fill it to the desired point. When I plot graph it show something like this But I am looking for something like this Here is the sample Code import java.awt.Color; import java.awt.Dimension; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; import org.jfree.chart.PolarChartPanel; import org.jfree.chart.plot