function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dawnzdydawnzdy 

A trial for Google Viz API with internal server error msg

Hi, I am new to the Google Visualization API.

I followed the instruction page and tried with the Timeline example, and it's pretty cool.

Then I tried to create a new visualforce page using component BarChart and the same "SalesController"(used in timeline), but this time there's a error when I run visualforce page: "An internal server error has occurred".

I didn't find much information about this message in the debug log.

I appreciated of your help. Thanks!

Dawn


wesnoltewesnolte

 

I had the same issue but just removed the colour parameters and it worked. Try with just the two required parameters and see what happens from there :)

dawnzdydawnzdy

Yeah, this works. Thanks!

 

I also got the reply from salesforce support saying the 'px' of width and height need to be removed.

 

Though it is wierd, it works.