Skip to content

DivertiseAsia/bs-chartjs

Repository files navigation

bs-chartjs

This is a ReScript project that provides bindings for the Chart.js library.

Installation

To install the necessary dependencies, run the following command:

npm install --save @divertise-asia/bs-chartjs

Then add bs-chartjs to bs-dependencies in your bsconfig.json:

{
  "bs-dependencies": ["@divertise-asia/bs-chartjs"]
}

Changelog

  • v4.0.0: Upgrade to Chart.js v4 and ReScript v11