/flot-pie-3d

basic 3d pie for flot

Primary LanguageJavaScriptMIT LicenseMIT

flot-pie-3d

alt tag
My boss really liked the 3d on a pie, so I modify the pie plugin from flot to create the 3d effect.

Right now is made by creating multiple passes of the original pie from bottom to top, so that will create the effect (sounds more like a hack but it works perfectly).

Consider this a pre-beta-alpha that don't do a lot of error checking

this are the options:

series: {  
  pie3d: {  
  show: true ,  
    tilt: 0.9,  
    radius: 0.90,  
    depth: 20,  
    stroke: {  
      width: 0  
    }  
 }  
}  

will commit an fix as my time permits feel free to fork it, I've release it under the MIT license