Google Charts

Google Charts Shortcode

The Google Charts is extremely simple way to create charts from some data and embed it in a website. The theme provides your Google Chart shortcode that makes the process even easier and lets create few types of charts. It is really simple to post using the shortcode.

Parameters

Scatter Chart Title
Scatter Chart Title

[chart
data="0,10,20,30,40,50,60,70,80,90,100|50,52,56,63,70,80,92,85,75,60,43"
labels="1|2|3|4|5|6|7|8|9|10"
colors="058DC7"
bg="bg,s,ffffff"
size="630x250"
title="Scatter Chart Title"
type="scatter"]
Pie Chart Title
Pie Chart Title

[chart
data="70,25,20.01,4.99"
labels="Reffering+sites|Google|Yahoo|Other"
colors="058DC7,50B432,ED561B,EDEF00"
bg="bg,s,ffffff"
size="630x250"
title="Pie Chart Title"
type="pie2d"]
Gom Chart Title
Gom Chart Title

[chart
data="40"
labels="Forty"
colors="058DC7,50B432,ED561B,EDEF00"
bg="bg,s,ffffff"
size="630x250"
title="Gom Chart Title"
type="gom"]
Venn Chart Title
Venn Chart Title

[chart
data="100,80,60,30,30,30,10"
colors="FF6342,ADDE63,63C6DE"
bg="bg,s,ffffff"
size="630x250"
title="Venn Chart Title"
advanced="&chdl=A|B|C"
type="venn"]