faheem801 / flot

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

Ie the jquery.flot.pie.js file in the data show only a line #442

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
newdata.push({data: [[1,data[i].data[0][1]]], color: data[i].color, 
label: data[i].label,angle: (data[i].data[0][1]*(Math.PI*2))/total,percent: 
data[i].data[0][1]/total*100)});
To
newdata.push({data: [[1,data[i].data[0][1]]], color: data[i].color, 
label: data[i].label,angle: (data[i].data[0][1])/total*(Math.PI*2),percent: 
data[i].data[0][1]/total*100)});

Original issue reported on code.google.com by guanqk2...@gmail.com on 13 Dec 2010 at 5:42

GoogleCodeExporter commented 9 years ago
Hi there. What's the problem exactly? It's true that the parentheses are a bit 
weird there, but it should still work as far as I can see?

Original comment by olau%iol...@gtempaccount.com on 17 Mar 2011 at 5:02

GoogleCodeExporter commented 9 years ago
Closing this ticket, since there has been no response in over a month.

Original comment by dnsch...@gmail.com on 1 May 2012 at 11:49