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:
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