package chartjs-streaming

  1. Overview
  2. Docs
OCaml bindings for Chart.js streaming plugin

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.2.tar.gz
sha256=370fbff01351b354a7947dfc44fd6bda49306f1b9b8712395bcd3651269af27b
sha512=19aebed340aaf2084a126bc28e0aabad490bb361a7b055b506e7a930576098ec6e48775057c2fbce68a12b86576586df2b982381f5639706725c7a12d4780c50

CHANGES.md.html

v0.2.2

  • Removed cartesian word from definitions related to cartesian axes

  • Functions for empty object construction are now prefixed with empty_ instead of create_

  • Minor type fixes

  • Added helper functions like of_string, of_bool for some core types

  • Added chartjs_annotation.mli

  • Added some helper functions to chartjs-annotation

  • Other naming changes

  • Added rules for ocp-indent and ocamlformat. Format fixes

  • Example fixes

v0.2.1

  • Added missing core chart options

  • README.md updates

  • Added functions for object construction for datalabels plugin

  • Minor type fix in datalabels plugin

  • Added bindings for chartjs-plugin-colorschemes

  • Added bindings for chartjs-plugin-annotation

v0.2.0

  • Migrated from gen_js_api to js_of_ocaml

v0.1.1

  • Added preservation property to chartjs-streaming config object

  • Added make function for Options.Elements.Arc object

v0.1.0

Initial release.

  • Added support for the majority of Chart.js options

  • Added support for Line, Bar and Pie charts

  • Added bindings for chartjs-plugin-streaming and chartjs-plugin-datalabels