package c3

  1. Overview
  2. Docs
OCaml bindings for the Javascript c3 charting library.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.0.tar.gz
md5=805cc7d350efc21c060dac8e577fa15a

Description

If you want to write a client-side web application in OCaml with js_of_ocaml and display some charts, this library is for you.

Published: 30 Jul 2018

README

ocaml-c3

OCaml bindings for the Javascript c3 charting library.

If you want to write a client-side web application in OCaml with js_of_ocaml and display some charts, this library is for you.

  • The C3 library: to see the kinds of things that are possible with the Javascript C3 library

  • The OCaml demo: to see the example from this repo.

Getting started

  • install all the dependencies, for example by:

opam pin add c3 .
  • build the library and example site:

make
  • serve the example site:

make example

View the example on http://localhost:8080/

Dependencies (5)

  1. cohttp
  2. lwt
  3. js_of_ocaml-ppx < "3.4.0"
  4. js_of_ocaml < "3.4.0"
  5. ocaml >= "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None