I am following this tutorials http://code.google.com/apis/visualization/documentation/dev/dsl_csv.html
It works fine for me but i am facing one problem at the following step given by google Updating Your Web Application on Apache Tomcat Click the following link: http://localhost:8080/myWebApp/csv?url=http://localhost:8080/myWebApp/csv_example.csv The screen displays 6-7 lines of text, depending on your screen width. The text begins with google.visualization.Query.setResponse and ends with {c:[{v:'Bob'},{v:'Jane'}]}]}}); This is the response that the example CSV data source sends to a visualization. I DONT want this thing coming in my browser instead i want to directly draw the chart after user hit the link as given by google Using a Visualization to View the Data The all_examples.html file in the <data_source_library_install>/ examples/src/html directory can be used to view a visualization of the data. what can i do to follow all the step and directly draw the chart ? thanking you in advance -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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.
