Kogie / flot

Automatically exported from code.google.com/p/flot
0 stars 0 forks source link

there is a error in the file jquery.flot.pie.js! #760

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
at line 718,there is a redundant ',' which cause pie chart can't show in 
ie6.(the version is flot-flot-v0.7-134-g1262aa3).

line 707: var options = {
        series: {
            pie: {
                show: false,
                radius: 'auto', // actual radius of the visible pie (based on full calculated radius if <=1, or hard pixel value)
                innerRadius:0, /* for donut */
                startAngle: 3/2,
                tilt: 1,
                shadow: {
                    left: 5,     // shadow left offset
                    top: 15,     // shadow top offset
line 718:             :alpha: 0.02, // shadow alpha
                },

Original issue reported on code.google.com by wangboya...@gmail.com on 15 Nov 2012 at 7:20