Class CreatedVsResolvedChartGenerator

java.lang.Object
com.atlassian.jira.charts.jfreechart.CreatedVsResolvedChartGenerator
All Implemented Interfaces:
ChartGenerator

public class CreatedVsResolvedChartGenerator extends Object implements ChartGenerator
Since:
v4.0
  • Constructor Details

    • CreatedVsResolvedChartGenerator

      public CreatedVsResolvedChartGenerator(org.jfree.data.xy.XYDataset createdVsResolved, org.jfree.data.time.TimeSeries trendSeries, List domainMarkers, I18nBean i18nBean)
  • Method Details

    • generateChart

      public ChartHelper generateChart()
      Description copied from interface: ChartGenerator
      Generates the chart and will produce a ChartHelper that can be used to access the chart location and other information.
      Specified by:
      generateChart in interface ChartGenerator
      Returns:
      a ChartHelper to access all the chart's details.