Hello, I don't believe that the Chart API actually limits you to a certain number of lines. What is likely happening is that you are hitting the URL max character limit. You can either fire off a POST request via AJAX and get the image that way or switch to using the interactive line chart<https://developers.google.com/chart/interactive/docs/gallery/linechart>. Hope this helps!
- Sergey On Fri, Dec 21, 2012 at 12:39 PM, <[email protected]> wrote: > hello!! > I am using the Google Chart API > Anyone know how many lines can be drawn in the graph, because if I put more > than 6 draws not there any way to solve problem. > > Thank you! > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-visualization-api/-/qAAseZi7ZZUJ. > 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-visualization-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en.
