Skip to content

Instantly share code, notes, and snippets.

Hi Moykn,
In chart wrapper class I am getting below error. Please help me to come out. This was my production error . I changed pakage but it was working for some time and some time not working.
Uncaught TypeError: Object #<ap> has no method 'toPOJO()'
var __table__ = __chart__.getDataTable().toPOJO().rows;
@Mallareddy15
Mallareddy15 / gist:5656558
Last active December 17, 2015 18:58
Thanks for The great example. Basically I am a salesforce developer. Coming to my requirement I have a page with two Google visualization API column charts and one table i want to save it as image all in one click instead of giving separate buttons for each chart is it possible to this . If possible can you please help me.
Thanks for The great example. Basically I am a salesforce developer.
Coming to my requirement I have a page with two Google visualization API column charts and one table i want to save it as image all in one click instead of giving separate buttons for each chart is it possible to this .