
Chart.js | Open source HTML5 Charts for your website
8 Chart types Visualize your data in 8 different ways; each of them animated and customisable.
Chart.js | Chart.js
Oct 13, 2025 · Chart.js provides a set of frequently used chart types, plugins, and customization options. In addition to a reasonable set of built-in chart types, you can use additional …
Chart.js Samples
Oct 13, 2025 · To do so, clone the Chart.js repository from GitHub, run pnpm ci to install all packages, then run pnpm run docs:dev to build the documentation. As soon as the build is …
Getting Started - Chart.js
Oct 13, 2025 · We add a script that acquires the myChart canvas element and instantiates new Chart with desired configuration: bar chart type, labels, data points, and options.
Step-by-step guide | Chart.js
Oct 13, 2025 · Feel free to review many examples of charts in the documentation and check the awesome list of Chart.js plugins and additional chart types as well as framework integrations …
Using from Node.js | Chart.js
Oct 13, 2025 · Using from Node.js You can use Chart.js in Node.js for server-side generation of plots with help from an NPM package such as node-canvas or skia-canvas. Sample usage:
Bar Chart | Chart.js
Oct 13, 2025 · A bar chart provides a way of showing data values represented as vertical bars. It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
Installation - Chart.js
Oct 13, 2025 · If you download or clone the repository, you must build Chart.js to generate the dist files. Chart.js no longer comes with prebuilt release versions, so an alternative option to …
Pie Chart | Chart.js
Oct 13, 2025 · Docs Options Scriptable Options Doughnut and Pie Charts Last Updated: 10/13/2025, 5:37:11 AM ← Line Chart Polar Area Chart →
Line Chart | Chart.js
Oct 13, 2025 · Line charts can be configured into stacked area charts by changing the settings on the y-axis to enable stacking. Stacked area charts can be used to show how one data trend is …