File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
chartjs-java-model/src/main/java/software/xdev/chartjs/model/options/ticks Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,12 @@ public String getSource()
3333 }
3434
3535 /**
36- * How ticks are generated, possible values are: 'auto' - generates "optimal" ticks based on scale size and time
37- * options; 'data' - generates ticks from data (including labels from data {x|y} objects); 'labels' - generates
38- * ticks from user given labels ONLY
36+ * How ticks are generated, possible values are:
37+ * <ul>
38+ * <li>'auto' - generates "optimal" ticks based on scale size and time options</li>
39+ * <li>'data' - generates ticks from data (including labels from data {x|y} objects</li>
40+ * <li>'labels' - generates ticks from user given labels ONLY</li>
41+ * </ul>
3942 */
4043 public TimeTicks setSource (final String source )
4144 {
You can’t perform that action at this time.
0 commit comments