Customization of Bar Chart

2009-02-10 Thread Sus
Hi, Can anyone tell me how can i remove the X Y axis lines from my bar chart? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to

Re: Customization of Bar Chart

2009-02-10 Thread KeithB
Take a look at the AXIS STYLES section on this page: http://code.google.com/apis/chart/labels.html#axis_styles_labels You can use the CHXS parameter to only show tick marks and set the axis label and tick mark colors to match your background color. Here's a line chart example where I removed the

Pie 3d bug

2009-02-10 Thread Michael Smith
If a pie3d chart is rotated to see it's smaller sections the lines between the sections don't line up. Ex http://chart.apis.google.com/chart?cht=p3chd=t:90,10chs=150x100chp=1.25 Thanks, Michael --~--~-~--~~~---~--~~ You received this message because you are

Re: Simple Bar Chart

2009-02-10 Thread KeithB
Hi Andy, There are a couple things in your chart that are working against you. First off, unless you specify otherwise the API draws all data as if both the X and Y axes ranged from 0 to 100. With your original URL the API is drawing your first value (78) at the correct spot along the Y axes

Re: Simple Bar Chart

2009-02-10 Thread Asad Yousaf
Andy You got to add data scaling chds=0,300 The following graph shows the scaling

Re: Simple Bar Chart

2009-02-10 Thread Andy
Many thanks guys! I knew it was something easy like that. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Chart API group. To post to this group, send email to google-chart-api@googlegroups.com To unsubscribe