NikhithaTarala / achartengine

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

Long labels on Pie Charts #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Define data that has a long label
2. Display labels on a Pie Chart

What is the expected output? What do you see instead?

The labels should automatically be scaled and/or shortened to fit on screen; 
however, they are constantly cut-off on the screen's edges, or, in some cases, 
overlap on top of each other.

Original issue reported on code.google.com by lifecont...@gmail.com on 18 Oct 2011 at 6:57

GoogleCodeExporter commented 8 years ago
What if they are scaled that much that the user cannot even read them?
What other UI toolkit does this?

Original comment by dandrome...@gmail.com on 12 May 2012 at 11:37

GoogleCodeExporter commented 8 years ago
Perhaps you can set the length of the labels to a variable and then all labels 
longer than that variable can be represented by "..." at the end of it?

Right now, the biggest issue is that the labels overlap over each other making 
them unreadable.  Thanks!

Original comment by lifecont...@gmail.com on 12 May 2012 at 7:10