The Google Charts API is the easiest way to create dynamic charts online and our Shortcodes for Charts are based on Google Chart API.
Chart type: 3D round pie
[chart width="720" height="300" type="3dpie" title="The most popularity internet browser" data="40,25,5,25,5" label="Internet Explorer|Firefox|Safari|Chrome|Others" colors="ff9900,e40b0b,1b9a1b,3399cc,bbcced"]
Chart type: 2D round pie
[chart width="540" height="250" type="pie" title="The most popularity internet browser" data="40,25,5,25,5" label="Internet Explorer|Firefox|Safari|Chrome|Others" colors="ff9900,e40b0b,1b9a1b,3399cc,bbcced"]
Chart type: Line Chart
[chart width="720" height="250" type="bar" title="Monthly sales growth" data="50,60,100,20,25" label="Mar.|Apr.|May|Jun.|Jul." colors="FF9900"]
Chart type: Bar Chart
[chart width="540" height="250" type="bar" title="Monthly sales growth" data="30,30,30,30,30,30|50,50,50,50,50,50|100,100,100,100,100,100" label="Jan.|Feb.|Mar.|Apr.|May|Jun." colors="FF9900,e40b0b,3399cc"]