About 50 results
Open links in new tab
  1. Chart.js | Open source HTML5 Charts for your website

    Chart.js Simple yet flexible JavaScript charting library for the modern web

  2. Chart.js

    Oct 13, 2025 · Open source HTML5 Charts for your website Chart.js Welcome to Chart.js! Get started with Chart.js — best if you're new to Chart.js Migrate from Chart.js v3 or Chart.js v2 Join the …

  3. 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 done, you can go to …

  4. Getting Started - Chart.js

    Oct 13, 2025 · Learn how to create and customize HTML5 charts using Chart.js with this comprehensive guide for beginners.

  5. Step-by-step guide | Chart.js

    Oct 13, 2025 · Step-by-step guide Follow this guide to get familiar with all major concepts of Chart.js: chart types and elements, datasets, customization, plugins, components, and tree-shaking. Don't …

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

  7. Line Chart | Chart.js

    Oct 13, 2025 · Line Chart A line chart is a way of plotting data points on a line. Often, it is used to show trend data, or the comparison of two data sets.

  8. Bar Chart | Chart.js

    Oct 13, 2025 · Bar Chart 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.

  9. Chart.js - v4.5.1

    Chart.js - v4.5.1 Enumerations DecimationAlgorithm UpdateModeEnum Classes Animation Animations Animator ArcElement BasePlatform BasicPlatform Chart DatasetController DomPlatform …

  10. Elements - Chart.js

    Oct 13, 2025 · Elements While chart types provide settings to configure the styling of each dataset, you sometimes want to style all datasets the same way. A common example would be to stroke all the …