Skip to content

Commit

Permalink
[FIXED JENKINS-28306] Add title to Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Sep 17, 2015
1 parent 0c95b28 commit 59fb713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/tap4j/plugin/util/GraphHelper.java
Expand Up @@ -59,7 +59,7 @@ public static void redirectWhenGraphUnsupported( StaplerResponse rsp,
public static JFreeChart createChart(StaplerRequest req, CategoryDataset dataset) {

final JFreeChart chart = ChartFactory.createStackedAreaChart(
null, // chart title
"TAP Tests", // chart title
null, // unused
"TAP Tests Count", // range axis label
dataset, // data
Expand Down

0 comments on commit 59fb713

Please sign in to comment.