chart js

what is Chart.js ?

  • Profile picture of Mcs
  • by Mcs July 1, 2025

Chart.js is a JavaScript library that lets you create beautiful, responsive, and interactive charts using the HTML5 <canvas> element. It’s perfect for adding visualizations to your website, dashboard, or web app — with minimal code.

Key Features of Chart.js

features

Supported Chart Types in Chart.js

Chart.js is an free JavaScript library for making HTML-based charts. It is one of the simplest visualization libraries for JavaScript, and comes with the many built-in chart types:

  1. Line
  2. Bar (horizontal & vertical)
  3. Pie
  4. Doughnut
  5. Radar
  6. Polar Area
  7. Bubble
  8. Scatter
  9. Mixed types (e.g., bar + line)