Search found 2 matches

by halomanish
Tue Feb 07, 2017 6:32 am
Forum: JFreeChart
Topic: Piechart with Negative Values
Replies: 1
Views: 2298

Piechart with Negative Values

As a part of my Phd work on software testing, I discovered a small issue in the piechart functionality of JFreeChart. In the createPieChart method of the ChartFactory class: if a negative value is provided in the dataset to be used for the pie chart, it is simply ignored while creating the pie chart...
by halomanish
Mon Feb 06, 2017 6:30 am
Forum: JFreeChart
Topic: Memory Leakage Issue
Replies: 1
Views: 2298

Memory Leakage Issue

Sir As a part of my PhD work on software testing, I tested JFreeChart using Aspect Oriented approach and found a memory leak in the ChartPanel class. Objects of Graphics2D have been created within this class for which it is necessary to call the dispose method which abandons this graphics context an...