Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Pie charts, with or without a hole in the middle ("donut" charts).
val make : sectors:(string * float) list -> ?hole:string -> unit -> t
Create a pie chart with a list of sectors. If hole
is supplied then the pie chart will be a donut containing a string label.
Add a single sector to an unrendered pie chart