package chartjs
OCaml bindings for Chart.js
Install
Dune Dependency
Authors
Maintainers
Sources
v0.2.2.tar.gz
sha256=370fbff01351b354a7947dfc44fd6bda49306f1b9b8712395bcd3651269af27b
sha512=19aebed340aaf2084a126bc28e0aabad490bb361a7b055b506e7a930576098ec6e48775057c2fbce68a12b86576586df2b982381f5639706725c7a12d4780c50
doc/CHANGES.html
v0.2.2
- Removed
cartesian
word from definitions related to cartesian axes - Functions 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 types - Added
chartjs_annotation.mli
- Added some helper functions to
chartjs-annotation
- Other naming changes
- Added rules for
ocp-indent
andocamlformat
. 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
tojs_of_ocaml
v0.1.1
- Added
preservation
property tochartjs-streaming
config object - Added
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
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>