File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
chartjs-java-model/src/main/java/software/xdev/chartjs/model/options Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,17 @@ public Plugins setTitle(final Title title)
46
46
/**
47
47
* @see #setSubtitle(Title)
48
48
*/
49
- public Title getSubtitle () {
49
+ public Title getSubtitle ()
50
+ {
50
51
return this .subtitle ;
51
52
}
52
53
53
54
/**
54
- * The subtitle configuration is passed into the options.subtitle namespace. The global options for the chart subtitle is
55
- * defined in Chart.defaults.global.subtitle.
55
+ * The subtitle configuration is passed into the options.subtitle namespace. The global options for the chart
56
+ * subtitle is defined in Chart.defaults.global.subtitle.
56
57
*/
57
- public Plugins setSubtitle (Title subtitle ) {
58
+ public Plugins setSubtitle (Title subtitle )
59
+ {
58
60
this .subtitle = subtitle ;
59
61
return this ;
60
62
}
You can’t perform that action at this time.
0 commit comments