This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . |