Charts

[title type=”h1″ class=””]Shortcodes: Charts[/title]

Charts shortocode allows you to easily insert charts into your blog. While multipurpose, the chart system is intended to make it easy for posting detailed review measurements of some sort, such as poll data, video card comparisons, sports scores, etc. You specify the names of the devices being measured, the tests performed, and each device’s measurements for said test.

[title type=”h2″ class=””]3D round pie[/title]
[chart width=”600″ height=”250″ type=”3dpie” title=”The most popularity internet browser” data=”40,25,5,25,5″ legend=”40|25|5|25|5″ label=”Internet Explorer|Firefox|Safari|Chrome|Others” colors=”FF9900|E40B0B|1B9A1B|3399CC|BBCCED” background=”#FFFFFF”]

[code][chart width=”600″ height=”250″ type=”3dpie” title=”The most popularity internet browser” data=”40,25,5,25,5″ legend=”40|25|5|25|5″ label=”Internet Explorer|Firefox|Safari|Chrome|Others” colors=”FF9900|E40B0B|1B9A1B|3399CC|BBCCED” background=”#FFFFFF”][/code]

[title type=”h2″ class=””]Charts: 2D round pie[/title]
[chart width=”600″ height=”280″ type=”pie” title=”The most popularity internet browser” data=”40,25,5,25,5″ legend=”40|25|5|25|5″ label=”Internet Explorer|Firefox|Safari|Chrome|Others”
colors=”FF9900|E40B0B|1B9A1B|3399CC|BBCCED” background=”#FFFFFF”]

[code][chart width=”600″ height=”280″ type=”pie” title=”The most popularity internet browser” data=”40,25,5,25,5″ legend=”40|25|5|25|5″ label=”Internet Explorer|Firefox|Safari|Chrome|Others” colors=”FF9900|E40B0B|1B9A1B|3399CC|BBCCED” background=”#FFFFFF”][/code]

[title type=”h2″ class=””]Line Chart[/title]
[chart width=”575″ height=”250″ type=”line” title=”The most popularity internet browser” data=”40,25,5,25,5″ legend=”40|25|5|25|5″ label=”Internet Explorer|Firefox|Safari|Chrome|Others” colors=”FF9900|E40B0B|1B9A1B|3399CC|BBCCED” background=”#FFFFFF”]

[code][chart width=”575″ height=”250″ type=”line” title=”The most popularity internet browser” data=”40,25,5,25,5″ legend=”40|25|5|25|5″ label=”Internet Explorer|Firefox|Safari|Chrome|Others” colors=”FF9900|E40B0B|1B9A1B|3399CC|BBCCED” background=”#FFFFFF”][/code]

[title type=”h2″ class=””]Bar Chart[/title]
[chart width=”540″ height=”250″ type=”bar” title=”The most popularity internet browser” data=”40,25,10,20,5″ legend=”40|25|10|20|5″ label=”Internet Explorer|Firefox|Safari|Chrome|Others” colors=”FF9900|E40B0B|1B9A1B|3399CC|BBCCED” background=”#FFFFFF”]

[code][chart width=”540″ height=”250″ type=”bar” title=”The most popularity internet browser” data=”40,25,10,20,5″ legend=”40|25|10|20|5″ label=”Internet Explorer|Firefox|Safari|Chrome|Others” colors=”FF9900|E40B0B|1B9A1B|3399CC|BBCCED” background=”#FFFFFF”][/code]