Module Amcharts3_bis

class type export = object ... end
class type legend = object ... end
class type title = object ... end
class type balloon = object ... end
class type label = object ... end
class type 'a chart = object ... end
class type axisBase = object ... end
class type valueAxis = object ... end
class type categoryAxis = object ... end
class type graph = object ... end
class type chartCursor = object ... end
class type chartScrollbar = object ... end
class type 'a coordinateChart = object ... end
class type 'a rectangularChart = object ... end
class type 'a serial = object ... end
class type amCharts = object ... end
val amCharts : unit -> amCharts Ocp_js.Js.t
val export : ?⁠divId:Ocp_js.Js.js_string Ocp_js.Js.t -> unit -> export Ocp_js.Js.t
val create_chart : unit -> 'a serial Js_of_ocaml.Js.t