We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7d686 commit 115f805Copy full SHA for 115f805
chartjs-java-model/src/main/java/software/xdev/chartjs/model/options/Plugins.java
@@ -56,7 +56,7 @@ public Title getSubtitle()
56
* The subtitle configuration is passed into the options.subtitle namespace. The global options for the chart
57
* subtitle is defined in Chart.defaults.global.subtitle.
58
*/
59
- public Plugins setSubtitle(Title subtitle)
+ public Plugins setSubtitle(final Title subtitle)
60
{
61
this.subtitle = subtitle;
62
return this;
0 commit comments