Yes, it should be possible to draw multiple charts in the same page using a ChartWrapper for each one. But there is a limitation currently, if you are using the gstatic loader, which is that you must load all the packages required for all your charts in one call of google.charts.load(). This limitation will be eliminated in the near future. You can try the new version now by loading 'upcoming' rather than 'current'.
On Mon, Jun 20, 2016 at 11:39 AM, <[email protected]> wrote: > Is it possible to draw multiple charts if each one was implemented using > ChartWrapper()? > > On Tuesday, June 14, 2016 at 1:33:14 PM UTC-4, Daniel LaLiberte wrote: >> >> Avinash, >> >> You would have to create those dynamically constructed container elements >> yourself before creating the chart objects that reference the container >> elements. Looks like you are trying to do that, but something is not >> working out. You should look at the generated HTML and scripts to see what >> happened. If you can point us at your page, then we can look inside. >> >> -- >> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> >> [email protected] 5CC, Cambridge MA >> > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization 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 > https://groups.google.com/group/google-visualization-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-visualization-api/73efb5c2-5cb8-4286-aad2-824e8e099f22%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/73efb5c2-5cb8-4286-aad2-824e8e099f22%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 5CC, Cambridge MA -- You received this message because you are subscribed to the Google Groups "Google Visualization 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJMuEFTCw3NRoX-s6%3D5ZTNrZQTfdXO5-3gHoQa_oyPT0Xw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
