jfreechart:text-file-line-chart

Full name:

com.kryshchuk.maven.plugins:jfreechart-maven-plugin:1.1.4:text-file-line-chart

Description:

Generates a line chart from a data in a plain text file. The data in a text file should follow the regular expression pattern. Every pattern may provide the format for several chart data series.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: pre-site.

Required Parameters

Name Type Since Description
datasets List - (no description)

Optional Parameters

Name Type Since Description
axisDomain LineChartAxis - (no description)
axisRange LineChartAxis - (no description)
data File - Chart datafile.
User property is: chart.data.
filesets List - Input filesets.
height Integer - Height of the produced chart.
Default value is: 600.
User property is: chart.height.
outputDirectory File - Directory where chart(s) images will be stored.
Default value is: ${project.reporting.outputDirectory}/chart.
User property is: chart.outputDirectory.
title String - Chart title.
User property is: chart.title.
width Integer - Width of the produced chart.
Default value is: 800.
User property is: chart.width.

Parameter Details

axisDomain:

(no description)
  • Type: com.kryshchuk.maven.plugins.jfreechart.LineChartAxis
  • Required: No

axisRange:

(no description)
  • Type: com.kryshchuk.maven.plugins.jfreechart.LineChartAxis
  • Required: No

data:

Chart datafile.
  • Type: java.io.File
  • Required: No
  • User Property: chart.data

datasets:

(no description)
  • Type: java.util.List
  • Required: Yes

filesets:

Input filesets.
  • Type: java.util.List
  • Required: No

height:

Height of the produced chart.
  • Type: java.lang.Integer
  • Required: No
  • User Property: chart.height
  • Default: 600

outputDirectory:

Directory where chart(s) images will be stored.
  • Type: java.io.File
  • Required: No
  • User Property: chart.outputDirectory
  • Default: ${project.reporting.outputDirectory}/chart

title:

Chart title.
  • Type: java.lang.String
  • Required: No
  • User Property: chart.title

width:

Width of the produced chart.
  • Type: java.lang.Integer
  • Required: No
  • User Property: chart.width
  • Default: 800