Class type Chartjs.timeTicks

inherit cartesianTicks
method source : Time_ticks_source.t Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

How ticks are generated. auto: generates "optimal" ticks based on scale size and time options data: generates ticks from data (including labels from data objects) labels: generates ticks from user given data.labels values ONLY