Hi All, I am kind of a noob in working with Google Charts, so please bear with me. :) I am trying to create a performance representation using Google Charts with live external data populating a .csv file. In doing so, I have created an Apache Webserver on CentOS 7 and am following this reference from the Google Developers page:
https://developers.google.com/chart/interactive/docs/dev/dsl_get_started I was successful in configuring the Webserver and have created the associating directories; as well as, copied the lib's per the above reference. As I follow the process, I keep running into a road block when I come to item #9, "~ copy visualization-datasource-1.0.2.jar and visualization-datasource-examples.jar". The reference states that these files should be included in the data source download, which I cloned from git, https://github.com/google/google-visualization-java.git. I looked through all of the directories in this folder and did not find the visualization-datasource-1.0.2.jar and visualization-datasource-examples.jar files. I was able to find the "visualization-datasource-1.0.2.jar from an external source and placed it within the /myWebApp/WEB-INF/lib directory. I tried to bring up the the test browser page pointing to the "getting_started.html" page placed in "/myWebApp" directory and less the visualization-datasource-examples.jar file, and I get a "requested resource not available"..? So all of that said, I have a couple question in support of seeking assistance; 1. Is there an updated library that I need to navigate to that has the visualization-datasouces and visualization-datasource-examples jar files? 2. Is there an easier way to create a webapp to host my live data to present to google charts? Any assistance is greatly appreciated. Thank you! Respectfully, Ty Flowers -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/905f9131-5805-40da-8516-1f089c8e5933%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
