LOCChurnChartMaker
public LOCChurnChartMaker(java.lang.String chartName,
ReportConfig config,
org.jfree.data.time.TimeSeries churnSeries,
org.jfree.data.time.TimeSeries locSeries,
java.lang.String title,
java.lang.String fileName,
java.util.List annotations)
Creates a Lines Of Code chart from a BasicTimeSeries and saves
it as PNG
- Parameters:
chartName
-
churnSeries
- the Churn history
locSeries
- the LOC history
title
- the chart title
fileName
- the filename where the chart will be saved
width
- width of PNG in pixels
height
- height of PNG in pixels
annotations
-