File tree 1 file changed +6
-3
lines changed
chartjs-java-model/src/main/java/software/xdev/chartjs/model/options/ticks
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,12 @@ public String getSource()
33
33
}
34
34
35
35
/**
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>
39
42
*/
40
43
public TimeTicks setSource (final String source )
41
44
{
You can’t perform that action at this time.
0 commit comments