Class type Chartjs.lineOptions

inherit chartOptions
method animation : animation Js_of_ocaml.Js.t Js_of_ocaml.Js.prop
method scales : lineScales Js_of_ocaml.Js.t Js_of_ocaml.Js.prop
method showLines : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

If false, the lines between points are not drawn.

method spanGaps : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.prop

If false, NaN data causes a break in the line.