Google Charts
Here you can see a demonstration of how to use google charts with Aquitaine via a single special shortcode.
Pie chart
Get the code
[chart data="41.52,37.79,20.67,0.03" bg="FFFFFF" labels="Reffering+sites|Search+Engines|Direct+traffic|Other" colors="058DC7,50B432,ED561B,EDEF00" size="440x210" title="Traffic Sources" type="pie" ]
Line chart
Get the code
[chart data="75,22,20,4.99" bg="FFFFFF" labels="2009|2010|2011|2012" colors="058DC7,50B432,ED561B,EDEF00" size="460x220" title="Some kind of line chart" type="line" ]
XY Line chart
Get the code
[chart data="0,25,50,75,100|2,33,43,17,25|0,25,50,75,100|0,20,25,40,75" bg="FFFFFF" labels="Begin|25|50|75|End" colors="058DC7,50B432" size="460x220" title="A different line chart this time" type="xyline" ]
Scatter chart
Get the code
[chart data="0,10,20,30,40,50,60,70,80,90,100|50,52,56,63,70,80,92,85,75,60,43" bg="FFFFFF" labels="1|2|3|4|5|6|7|8|9|10" colors="058DC7" size="460x220" title="Scatter Chart" type="scatter" ]
2D pie chart
Get the code
[chart data="70,25,20.01,4.99" bg="FFFFFF" labels="Reffering+sites|Google|Yahoo|Other" colors="058DC7,50B432,ED561B,EDEF00" size="460x220" title="Our traffic at a glance" type="pie2d" ]
Gom chart
Get the code
[chart data="40" bg="FFFFFF" labels="Forty" colors="058DC7,50B432,ED561B,EDEF00" size="460x220" title="Gom Chart" type="gom" ]

