Skip to content

Instantly share code, notes, and snippets.

@skarred
Last active December 25, 2015 04:19
Show Gist options
  • Save skarred/6915986 to your computer and use it in GitHub Desktop.
Save skarred/6915986 to your computer and use it in GitHub Desktop.
YUI3 WordPress Plugin Example: Using the [yuichart] shortcode to generate a pie chart on a WP page or post.

A Pie Chart

The following WP shorcode...

[yuichart  
	title = 'Weekday Taxes'  
	type = 'pie'  
	filename = 'pieChart.csv'  
	showlegend = 1  
] 

and the data file pieChart.csv (below) will render the following chart:

Pie Chart

day taxes
Monday 2000
Tuesday 50
Wednesday 4000
Thursday 200
Friday 2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment