Hi, The Table visualization currently doesn't support getImageURI. Only the charts that use SVG for their rendering support that API, and the Table visualization generates an HTML table instead. It is unlikely that we will support getImageURI for the Table visualization any time soon, but there's a great relatively new open source project called html2canvas <https://html2canvas.hertzen.com/>, which can do this. I would advise for you to look into using that for now.
On Thu, Jan 14, 2016 at 4:40 AM rak <[email protected]> wrote: > How to print visualization table as png using chart.getImageURI? > > -- > 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/66e0dd12-ece1-4ca7-a30e-9df0523221bb%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/66e0dd12-ece1-4ca7-a30e-9df0523221bb%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- [image: unnamed.gif] • • • • Sergey Grabkovsky Software Engineer Google, Inc [email protected] -- 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/CAEwwup7Ut8-LqrA5vFAHWoNhZE3kRSB2qBWfJn4EiNXJxq8Rcw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
