PHPackages                             bower/chartjs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bower/chartjs

ActiveLibrary

bower/chartjs
=============

Simple HTML5 charts using the canvas element.

2.1.6(9y ago)04.6k—0%1MITJavaScriptPHP &gt;=5.3.3

Since Mar 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/musingsz/chartjs)[ Packagist](https://packagist.org/packages/bower/chartjs)[ Docs](http://www.chartjs.org/)[ RSS](/packages/bower-chartjs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (1)

Chart.js
========

[](#chartjs)

[![Build Status](https://camo.githubusercontent.com/799ea5335ee3e6e9d0d5a4b3fa517cfd90b1ca334cafca2f2d298c280ee42c3f/68747470733a2f2f7472617669732d63692e6f72672f63686172746a732f43686172742e6a732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/chartjs/Chart.js) [![Code Climate](https://camo.githubusercontent.com/c876e1efc73c604e9fd8433bc21e0878ae2bf55c6f142113e0dccfbf3bfd9f3f/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6e6e6e69636b2f43686172742e6a732f6261646765732f6770612e737667)](https://codeclimate.com/github/nnnick/Chart.js) [![Coverage Status](https://camo.githubusercontent.com/cf8b5e2efa89e5a6b37580d32940ecd8797f31294527f2a30239ce8d4a35cdc0/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f63686172746a732f43686172742e6a732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/chartjs/Chart.js?branch=master)

[![Chart.js on Slack](https://camo.githubusercontent.com/bbac0ebafe2395cfdde9b996c8802ddc8f2c741c2c6d97a65cfdb3cfd21e8f8d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736c61636b2d43686172742e6a732d626c75652e737667)](https://chart-js-automation.herokuapp.com/)

*Simple HTML5 Charts using the canvas element* [chartjs.org](http://www.chartjs.org)

Installation
------------

[](#installation)

You can download the latest version of Chart.js from the [GitHub releases](https://github.com/chartjs/Chart.js/releases/latest) or use a [Chart.js CDN](https://cdnjs.com/libraries/Chart.js).

To install via npm:

```
npm install chart.js --save
```

To install via bower:

```
bower install chart.js --save
```

#### Selecting the Correct Build

[](#selecting-the-correct-build)

Chart.js provides two different builds that are available for your use. The `Chart.js` and `Chart.min.js` files include Chart.js and the accompanying color parsing library. If this version is used and you require the use of the time axis, [Moment.js](http://momentjs.com/) will need to be included before Chart.js.

The `Chart.bundle.js` and `Chart.bundle.min.js` builds include Moment.js in a single file. This version should be used if you require time axes and want a single file to include, select this version. Do not use this build if your application already includes Moment.js. If you do, Moment.js will be included twice, increasing the page load time and potentially introducing version issues.

Documentation
-------------

[](#documentation)

You can find documentation at [www.chartjs.org/docs](http://www.chartjs.org/docs). The markdown files that build the site are available under `/docs`. Previous version documentation is available at [www.chartjs.org/docs/#notes-previous-versions](http://www.chartjs.org/docs/#notes-previous-versions).

Contributing
------------

[](#contributing)

Before submitting an issue or a pull request to the project, please take a moment to look over the [contributing guidelines](https://github.com/chartjs/Chart.js/blob/master/CONTRIBUTING.md) first.

For support using Chart.js, please post questions with the [`chartjs` tag on Stack Overflow](http://stackoverflow.com/questions/tagged/chartjs).

Building and Testing
--------------------

[](#building-and-testing)

To build, run `gulp build`.

To test, run `gulp test`.

To test against code standards, run `gulp lint`.

More information on building and testing can be found in [gulpfile.js](gulpfile.js).

Thanks to [BrowserStack](https://browserstack.com) for allowing our team to test on thousands of browsers.

License
-------

[](#license)

Chart.js is available under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3351d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe439dbae5f1ca14bd01948ae52240886e08c95c6dd48566f085a5736c1b226a?d=identicon)[musingsz](/maintainers/musingsz)

---

Tags

JSchart

### Embed Badge

![Health badge](/badges/bower-chartjs/health.svg)

```
[![Health](https://phpackages.com/badges/bower-chartjs/health.svg)](https://phpackages.com/packages/bower-chartjs)
```

###  Alternatives

[twbs/bootstrap

The most popular front-end framework for developing responsive, mobile first projects on the web.

174.1k17.6M327](/packages/twbs-bootstrap)[nnnick/chartjs

Simple HTML5 charts using the canvas element.

67.3k1.1M15](/packages/nnnick-chartjs)[almasaeed2010/adminlte

AdminLTE - admin control panel and dashboard that's based on Bootstrap 4

45.3k8.5M140](/packages/almasaeed2010-adminlte)[matthiasmullie/minify

CSS &amp; JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.

2.0k30.5M336](/packages/matthiasmullie-minify)[gettext/gettext

PHP gettext manager

70130.2M102](/packages/gettext-gettext)[mariuzzo/laravel-js-localization

Laravel Localization in JavaScript

6073.9M3](/packages/mariuzzo-laravel-js-localization)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
