Use chxl parameter to calculate y axis labels. ( The values 0 , 3 , 3)
are y axis labels calculated dynamically. Also use chxt parameter with
this.
chxl=0:
0 kWh
3 kWh
6 kWh
chxt=y
On Jun 21, 9:53 am, pooja <[email protected]> wrote:
> Hi all,
>
> At present I am making use of Google bar chart in a sales force
> environment. I have modified Google bar chart in such way so that I
> will get a look & feel of stacked vertical bar chart. I am able to do
> it without any issues...
> Thank you Google Chart API for that… :-)
>
> But now my need comes where I need to manipulate chxr and chds
> attributes focusing on Y axis ONLY
> For example:
> chxr=1,10,100
> chds=0,100
>
> From this example, I am manipulating this "100" dynamically; so at run
> time as per my query set result I am plotting Y axis maximum value,
> similarly I want to manipulate minimum values i.e. "10" as I from my
> query I have minimum values as well.
>
> But when I am trying to do that then Google Chart API fails when gap
> between these 2 values increases....
> For example:
> chxr=1,5000,1000000
> chds=0,1000000
>
> Kindly help me and/or someone please let me know that what the maximum
> I can maintain between this two is.
>
> Thanks in advance,
> Regards,
> Pooja
--
You received this message because you are subscribed to the Google Groups
"Google Chart API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-chart-api?hl=en.