Note: This library can easily be installed in any Symfony2 project using LegGoogleChartsBundle.
Using composer
If you prefer instead to use composer, use this lines:
{
"require": {
"leg/googlecharts": "1.*@dev"
}
}
Using Github
You can download the bundle with Github, directly or by cloning the repository :
git clone git://github.com/tgalopin/LegGCharts.git
wget https://github.com/tgalopin/LegGCharts/zipball/master
The following documents are available:
- [02 - Using the charts](02 - Using.md)
- [03 - Chart types and their properties](03 - Chart types.md)
- [04 - Using cache with the CacheEngine](04 - The CacheEngine.md)