Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A line segment within a Line chart
type kind = [
| `Line
Render with straight lines
*)| `Spline
Render with splines to make it appear smooth
*)| `Area
Render with straight lines with a translucent fill underneath
*)| `Area_spline
Render with splines to make it appear smooth with a translucent fill underneath
*)| `Area_step
Render as horizontal steps with a translucent fill underneath
*)| `Bar
Render as discrete vertical bars
*) ]
val string_of_kind : kind -> string