PHPackages                             jovial/who-charted - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jovial/who-charted

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

jovial/who-charted
==================

Jovial Chart Bundle. Extends the Oro BAP Chart Bundle to use the Chart.js lib.

1673JavaScript

Since Feb 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/seangofus/who-charted)[ Packagist](https://packagist.org/packages/jovial/who-charted)[ RSS](/packages/jovial-who-charted/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Jovial Who Charted Bundle
=========================

[](#jovial-who-charted-bundle)

The Who Charted bundle extends the functionality of the Oro Chart bundle in order to use the Chart.js library. Out-of-the-box the Oro BAP Chart bundle uses the flotr2 library for charts. This bundle's goal is to add the Chart.js library as another option.

Requirements
------------

[](#requirements)

The Who Charted bundle is dependent on the Oro BAP, and as such has all the same requirements as the Oro BAP. Those requirements can be [viewed here](http://www.orocrm.com/system-requirements).

- PHP 5.4.4 or above
- Oro BAP 1.0 or above

Installation instructions
-------------------------

[](#installation-instructions)

Run the following command and proceed to party:

```
php /usr/local/bin/composer.phar require "jovial/who-charted"
```

Now you are ready to update composer.

```
php /usr/local/bin/composer.phar update
```

---

After composer finishes updating you need to clear your cache and install the assets.

```
php app/console cache:clear
```

```
php app/console assets:install
```

Getting Started
---------------

[](#getting-started)

Using Who Charted is not a whole lot different from using the native Oro Chart service. You will need to setup all the proper controllers, routes, and configurations to add a widget to the dashboard. Most of that is out of the scope of this document but can be [found here](https://github.com/orocrm/platform/tree/master/src/Oro/Bundle/DashboardBundle).

First gather your data.

```
