Hi Sergey, Sorry about the lack of information, should had post my setup.
I am running google chart on a mobile device (android 4.4.4). following jsfiddle runs ok on desktop but presents the behavior i described when running on device. chart sample <http://plnkr.co/edit/VC5fFqS3mdbmegdI1wRt?p=preview> I am not taking in account webview stuff, as i think it should not influence the value set in options variable. Is it possible android client is being dowloading a different library than the desktop client? Em terça-feira, 21 de outubro de 2014 16h17min29s UTC-3, Sergey Grabkovsky escreveu: > > Hi Gladyston, charts should not be modifying their options structure. In > fact, one of the first things we do in our code is copy the options object > so that we may have our own copy. To answer your question, no this is not a > known issue, and I'm very surprised it's happening. However, before we > decide that it is in fact a bug, could you please let us know which chart > you are attempting to use and if at all possible, either provide a link to > this happening in the wild, or create a jsfiddle that demonstrates the > problem. It is very important for us to be able to reproduce the reported > issues. > > Thanks, > - Sergey > > On Tue Oct 21 2014 at 3:06:26 PM Gladyston Agra França <[email protected] > <javascript:>> wrote: > >> Hi guys, >> >> About the issue, it is not a truncating problem. The beginning of the >> string is just being erased (slanted text in X axis), >> It could be related to the fact that the "options.height" value is being >> changed internally by the framework. >> I am setting the chart values for width and height via options parameter. >> But after chart is drawn if i query the options.height value, >> it is a bit larger than the value I had set. It seems like the chart >> layout is calculated using the new higher options.height but it is drawn >> using the options.height i had set, so the >> label is just cropped. >> Is it a known issue? >> >> >> >> >> >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Chart API" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/google-chart-api. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-chart-api. For more options, visit https://groups.google.com/d/optout.
