package chartjs
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=370fbff01351b354a7947dfc44fd6bda49306f1b9b8712395bcd3651269af27b
sha512=19aebed340aaf2084a126bc28e0aabad490bb361a7b055b506e7a930576098ec6e48775057c2fbce68a12b86576586df2b982381f5639706725c7a12d4780c50
CHANGES.md.html
v0.2.2
Removed
cartesian
word from definitions related to cartesian axesFunctions for empty object construction are now prefixed with
empty_
instead ofcreate_
Minor type fixes
Added helper functions like
of_string
,of_bool
for some core typesAdded
chartjs_annotation.mli
Added some helper functions to
chartjs-annotation
Other naming changes
Added rules for
ocp-indent
andocamlformat
. Format fixesExample fixes
v0.2.1
Added missing core chart options
README.md updates
Added functions for object construction for
datalabels
pluginMinor type fix in
datalabels
pluginAdded bindings for
chartjs-plugin-colorschemes
Added bindings for
chartjs-plugin-annotation
v0.2.0
Migrated from
gen_js_api
tojs_of_ocaml
v0.1.1
Added
preservation
property tochartjs-streaming
config objectAdded
make
function forOptions.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
andchartjs-plugin-datalabels