Thank you very much for the help!! On Monday, January 21, 2013 10:58:47 PM UTC+5:30, asgallant wrote:
> You have to use one of the "no wrap" options, as the API doesn't like to > load inside other event handlers for some reason. The jQuery and Mootools > libraries both work fine with the Visualization API, but there are reports > that the Prototype library is incompatible; other libraries may or may not > be compatible (most *should* be). And yes, please turn off the normalized > CSS, or else you will be banging your head against the wall trying to > figure out why the text looks funny in the results window. Here's your > script with the requisite changes made: > http://jsfiddle.net/asgallant/bj3Rz/2/ > > On Monday, January 21, 2013 11:50:37 AM UTC-5, Daniel LaLiberte wrote: >> >> Hi, >> >> You need to do a couple things to make your jsfiddle script work. First, >> and most importantly, it is not so obvious, but on the left panel where it >> says "Add Resources", you need to click on that and add a reference to >> http://www.google.com/jsapi?fake=.js so that google.load() will work. >> (Click the "+" after pasting in that URL.) The "?fake=.js" suffix is >> there so jsfiddle knows you are loading a javascript resource. >> >> You also need to change your framework (under "Choose Framework"). I use >> "no wrap (body)" and "No-Library (Pure JS)". Not sure why, but it works. >> >> Finally, I recommend you uncheck the "Normalized CSS" option. Recent >> changes in jsfiddle added a 100% font size that messes with what seems to >> work fine without it. >> >> dan >> >> On Mon, Jan 21, 2013 at 5:45 AM, kotmanp <[email protected]> wrote: >> >>> Hi, >>> >>> This is the first time i am trying to code on jsFiddle for google >>> charts. >>> I am not able to check/view my output. Result panel is empty: >>> http://jsfiddle.net/kotmanp/bj3Rz/ >>> >>> Are there any other settings that i am misisng here? >>> >>> Can any one please help me? >>> >>> Thank you!! >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Visualization API" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/google-visualization-api/-/99KCv9FiwJwJ. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-visualization-api?hl=en. >>> >> >> >> >> -- >> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> >> - 978-394-1058 >> [email protected] 562D 5CC, Cambridge MA >> [email protected] 9 Juniper Ridge Road, Acton MA >> > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/WWHBNakq6igJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
