# CMENGoogleChartsBundle

[![Latest Stable Version](https://poser.pugx.org/cmen/google-charts-bundle/v/stable)](https://packagist.org/packages/cmen/google-charts-bundle)
[![Total Downloads](https://img.shields.io/packagist/dt/cmen/google-charts-bundle.svg?style=flat)](https://packagist.org/packages/cmen/google-charts-bundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/cmen/CMENGoogleChartsBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/cmen/CMENGoogleChartsBundle/)
[![License](https://poser.pugx.org/cmen/google-charts-bundle/license)](https://packagist.org/packages/cmen/google-charts-bundle)

`CMENGoogleChartsBundle` provides a Twig extension and PHP objects to display [Google Charts](https://developers.google.com/chart/) in your Symfony application.

## Documentation

* [Installation](Resources/doc/installation.md)
* [Basic usage](Resources/doc/basic_usage.md)
* [Cookbook](Resources/doc/cookbook.md)
* [Diff charts](Resources/doc/diff_charts.md)
* [Events](Resources/doc/events.md)
* [Google Charts documentation](https://developers.google.com/chart/interactive/docs/)

## Examples

![Pie Chart](http://static.christophe-meneses.fr/img/google_charts_bundle/g2.png)  

![Histogram](http://static.christophe-meneses.fr/img/google_charts_bundle/g3.png)  

![Line Chart](http://static.christophe-meneses.fr/img/google_charts_bundle/g4.png)  

![Combo Chart](http://static.christophe-meneses.fr/img/google_charts_bundle/g1.png)  

## License

This bundle is released under the MIT license. See the complete license in file LICENCE.