Hi, you're likely forgetting to either include the jsapi script or to do the google.load call (or forgetting to specify your function as a callback to the google load call so that it waits for the charts to load before attempting to draw them). It's really hard to determine exactly where your mistake is without getting a code sample from you, but here is a jsfiddle that you can base your code on:
http://jsfiddle.net/walkingeyerobot/aSRUx/
Please note that the jsfiddle example does not have a reference to the jsapi script in the HTML. This is not because it doesn't require jsapi, but because it's hidden away under "External Resources". If you have any more questions (or if I haven't answered this one clearly), please post back with an example of where our charts don't work. We would prefer a jsfiddle, but a full HTML page would work as well.