About 600 results
Open links in new tab
  1. 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.

  2. 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 …

  3. Getting Started - Chart.js

    Oct 13, 2025 · Finally, we can create a chart. We add a script that acquires the myChart canvas element and instantiates new Chart with desired configuration: bar chart type, labels, data …

  4. Chart.js Samples

    Oct 13, 2025 · To implement such actions yourself you can make some buttons and add onClick event listeners to them. Then in these event listeners you can call your variable in which you …

  5. 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 …

  6. 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 …

  7. 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.

  8. Integration - Chart.js

    Oct 13, 2025 · The examples below show how to load Chart.js in different systems. If you're using a front-end framework (e.g., React, Angular, or Vue), please see available integrations.

  9. 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 …

  10. API - Chart.js

    Oct 13, 2025 · For each chart, there are a set of global prototype methods on the shared chart type which you may find useful. These are available on all charts created with Chart.js, but for …