| jquery Programming Glossary: donutgetJSON displays [object Object] rather than actual values http://stackoverflow.com/questions/13539811/getjson-displays-object-object-rather-than-actual-values  ' li '  ' ul ' 'class' 'new div' html items.join '' .appendTo 'body' script UPDATED JSON items  item     id 0001  type donut  name Cake  ppu 0.55  batters     batter      id 1001 type Regular    id 1002 type Chocolate    id 1003 type Blueberry .. 
 raphael.js - converting pie graph to donut graph http://stackoverflow.com/questions/7972347/raphael-js-converting-pie-graph-to-donut-graph  converting pie graph to donut graph  I'm trying to use a raphael.js example located here http raphaeljs.com pie.html but I want to convert the pie graph.. trying to use a raphael.js example located here http raphaeljs.com pie.html but I want to convert the pie graph into a donut graph have a hole in the middle of all the slices . Currently each slice is being created with the following code function.. pie I saw this post here which helps but I can't quite tell how or where to apply it to my code above How to achieve 'donut holes' with paths in Raphael  javascript jquery raphael   share improve this question   The way how one slice of the pie.. 
 |