Hi, I failed to understand which kind of chart you are using. Are you using chart-api server for image-charts or Interactive Charts?
What do you mean by "some part of graph code is invisible in my final graph" ? --franji On Thu, Aug 12, 2010 at 1:45 PM, masky <[email protected]> wrote: > Hi everybody, I have a problem. > > I create a graph dinamically, generating from php the code for > execution of the graph. > > And this code works properly. > > Sometimes, when the data load is very high (70-80 rows and 10-15 cols) > some part of graph code is invisible in my final graph. Looking on the > page source code, I can see correctly the code (es: > dataTable.setValue(72,4,20); dataTable.setValue(73,4,20); ) but > instead in the graph image there isn't trace about all the data. > I can only see a little part of them. > > These data overlap themselves on the graph, but using a trasparency > level of color this is exatly the effect I want to obtain, so I cannot > agglomerate the data. > > Because of a lot of the data contained in these rows are empty, I > removed the code where dataTable.setValue(x,y,NaN); , in way to ease > the computational code, but I notice the same problem again. > > How can I solve this drawback? > > -- > 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]<google-chart-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-chart-api?hl=en. > > -- 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.
