Skip to content Skip to sidebar Skip to footer

How To Show Small Values In Flot Pie Chart

I have simple data: [{'label':'Test 1','data':1332},{'label':'Test 2','data':56187},{'label':'Test 3','data':2},{'label':'Test 4','data':2},{'label':'Test 5','data':42946},{'label'

Solution 1:

Unfortunately you can't; breaking out labels to series that are too small to see otherwise isn't something that Flot's pie plugin currently supports.

You might suggest this as an enhancement on the Flot issue tracker.

Post a Comment for "How To Show Small Values In Flot Pie Chart"