Adrielpin / gchartphp

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

Text Length on Pie & 3D Pie charts Truncated #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. long value label in the array

What is the expected output? What do you see instead?
The full text or a way to increase the width of the png to include the text

What version of the product are you using? On what operating system?
Latest release as of March 28, 2008, Linux CentOS5

Please provide any additional information below.
Found this no the Google Chart API Site

http://code.google.com/apis/chart/#pie_labels

"chl=May|June|July|August|
September|October
chs=280x100"

I have tried to pass this into the array with the labels but no luck :-(

Original issue reported on code.google.com by phillpaf...@gmail.com on 28 Mar 2008 at 6:52

GoogleCodeExporter commented 8 years ago
Have you tried to set the dimension on the chart? In rev. 14 you can do it in 
the
constructor.

Original comment by bardellie on 12 May 2010 at 11:54

GoogleCodeExporter commented 8 years ago
Can you please what i can understand by "In rev. 14"

Original comment by ziya.int...@gmail.com on 14 May 2010 at 12:14

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Usually it happens because the chart is too small. Have you tried changing the 
width
of the chart?
ChartSize is a tutorial on how to set them.

Original comment by bardellie on 14 May 2010 at 2:47