Hi Ty, The Java DataSource library is primarily intended to be used as an example of how you should structure your datasource library, as well as some utilities to help you along. Generally, you should build it from source and modify it as you need to. I would think the source for the examples and the library would be more useful than the jar, since the example jar would simply serve some JSON, and that's all you would be able to see.
To answer your questions directly: 1. No, we aren't hosting the jar files anywhere, but it should be fairly trivial (and more useful) to build them from source. 2. My personally preferred way of doing this is to make a Google spreadsheet, and just write some JavaScript that fetches it. Here's the documentation and some examples for doing that. <https://developers.google.com/chart/interactive/docs/spreadsheets?hl=en#creating-a-chart-from-a-separate-spreadsheet> On Wed, Nov 11, 2015 at 6:10 PM Ty Flowers <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/google-visualization-api/905f9131-5805-40da-8516-1f089c8e5933%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *[image: unnamed.gif] * *Sergey Grabkovsky* | SWE | [email protected] -- 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/CAEwwup61a1JrkH5Q_80%2BAG0a63hCCKqSnvhmgTL9MQQCxqnL_A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
