Google Charts

Supreme Shortcodes WordPress Plugin - Google Charts

Pie Bar Area Geo Combo Org Bubble

 Google Charts


Supreme Google Chart Shortcodes let you embed interactive charts for displaying data from the Google Charts API. Embed 7 Google Chart Types: Pie, Bar, Area, Geo, Combo, Org, Bubble.


 

Pie Shortcode


[st_chart_pie title=”1″ data=”(‘Task’, ‘Hours per Day’),(‘Work’, 11),(‘Sleep’, 7),(‘Eat’, 2),(‘Commute’, 3)”]

 

Bar Shortcode

[st_chart_bar title=”Company Performance” data=”(‘Year’, ‘Sales’, ‘Expenses’),(‘2004’, 1000, 400),(‘2005’, 1170, 460),(‘2006’, 660, 1120),(‘2007’, 1030, 540)” vaxis=”Year” haxis=”Amount”]

 

Area Shortcode

[st_chart_area title=”Company Performance” data=”(‘Year’, ‘Sales’, ‘Expenses’),(‘2004’, 1000, 400),(‘2005’, 1170, 460),(‘2006’, 660, 1120),(‘2007’, 1030, 540)” vaxis=”Year” haxis=”Amount”]

 

Geo Shortcode

[st_chart_geo title=”Popularity” data=”(‘Country’, ‘Popularity’),(‘Germany’, 200),(‘United States’, 300),(‘Brazil’, 400),(‘Canada’, 500),(‘France’, 600),(‘RU’, 700)” primary=”#ffff00″ secondary=”#ebe5d8″]

 

Combo Shortcode

[st_chart_combo title=”Monthly Coffee Production by Country” data=”(‘Month’,’Bolivia’,’Ecuador’,’Madagascar’,’Papua New Guinea’,’Rwanda’,’Average’), (‘2004/05’,165,938,522,998,450,614.6), (‘2005/06’,135,1120,599,1268,288,682), (‘2006/07’,157,1167,587,807,397,623), (‘2007/08’,139,1110,615,968,215,609.4), (‘2008/09’,136,691,629,1026,366,569.6)” vaxis=”Cups” haxis=”Month” series=”5″]

 

Org Shortcode

[st_chart_org data=”(‘Name’,’Manager’,’Tooltip’),(‘Mike’,null,’The President’),( ‘Jim’, ‘Mike’,’The President’),(‘Alice’, ‘Mike’,’The President’), (‘Alice2’, ‘Mike’,’The President’),(‘Bob’,’Jim’,’The President’),(‘Carol’, ‘Bob’,’The President’),(‘Carol2’, ‘Bob’,’The President’)”]

 

Bubble Shortcode

[st_chart_bubble title=”Popularity” data=”(‘ID’, ‘X’, ‘Y’, ‘Temperature’),(”,80,167,120),(”,79,136,130),(”,78,184,50),(”,72,278,230),(”,81,200,210),(”,72,170,100),(”,68,477,80)” primary=”#ffff00″ secondary=”#ff0000″]

 Customization Options