val jsdeps : string list Stdlib.ref
val item : string -> string -> ?customData:string -> int -> areaItem Ocp_js.Js.t
class type maps = object ... endclass type legend = object ... endclass type map = object ... endval amCharts : unit -> amCharts Ocp_js.Js.tval create : unit -> map Js_of_ocaml.Js.tval ready : string -> (unit -> unit) -> unitval dataProvider : map_kind Ocp_js.Js.t -> dataProvider Ocp_js.Js.tval areasSettings : unit -> areasSettings Ocp_js.Js.tval legend : unit -> legend Ocp_js.Js.tval valueLegend : unit -> valueLegend Ocp_js.Js.tval legendDataItem : ?color:string -> string -> legendDataItem Ocp_js.Js.t