PHPackages                             jtraulle/cake-charts - 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. jtraulle/cake-charts

AbandonedArchivedCakephp-plugin[Utility &amp; Helpers](/categories/utility)

jtraulle/cake-charts
====================

CakeCharts plugin for CakePHP

v1.1.2(8y ago)36222MITPHPPHP &gt;=7.0

Since Jun 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jtraulle/CakeCharts)[ Packagist](https://packagist.org/packages/jtraulle/cake-charts)[ RSS](/packages/jtraulle-cake-charts/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

CakeCharts plugin for CakePHP
=============================

[](#cakecharts-plugin-for-cakephp)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/76893a4554c92b1355c2149925435bd145feaacc3a3bdef28bc41c8669ec8ee9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a747261756c6c652f43616b654368617274732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jtraulle/CakeCharts/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/ab9387d2eea0bd83b2401102af66da49527a10068d1e553b9f9d3432f8aafbe0/68747470733a2f2f706f7365722e707567782e6f72672f6a747261756c6c652f63616b652d6368617274732f762f737461626c65)](https://packagist.org/packages/jtraulle/cake-charts)[![Total Downloads](https://camo.githubusercontent.com/8a0c1db19e33d7150f539d67b8fa31b248973bc78bda97cc45659b2d6e8f970e/68747470733a2f2f706f7365722e707567782e6f72672f6a747261756c6c652f63616b652d6368617274732f646f776e6c6f616473)](https://packagist.org/packages/jtraulle/cake-charts)[![License](https://camo.githubusercontent.com/0c3e76d9b8dca0372e998b57c4e8b3bd8828959f03a7940a2cae901e64bf6e79/68747470733a2f2f706f7365722e707567782e6f72672f6a747261756c6c652f63616b652d6368617274732f6c6963656e7365)](https://packagist.org/packages/jtraulle/cake-charts)

Purpose
-------

[](#purpose)

This plugin is a CakePHP wrapper for [plotly.js](https://plot.ly/javascript/) charting library. It offers you a simple way to draw charts in your CakePHP app using provided `DrawChart` helper without having to write Javascript.

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require jtraulle/cake-charts

```

### 1. Load Plugin

[](#1-load-plugin)

Ensure the CakeCharts Plugin is loaded in your `config/bootstrap.php`

```
