--
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 google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/3a8dac90-3057-4582-a887-6d8dd0c5c20f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
KT,We are actually transitioning the docs to use the gstatic loader, for a couple reasons. Each example should be consistent with itself, though you will see two different ways in various places until we are finished doing the conversion. See the documentation about loading frozen versions at: https://developers.google.com/chart/interactive/docs/basic_load_libs#frozen-versions
On Mon, Dec 14, 2015 at 4:12 PM, KT <bloodho...@gmail.com> wrote:
I am confused as to which link I am supposed to use. The main Quick Start page shows one link, yet the individual charts documentation show another.Within the html file:
- <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
- <script type="text/javascript" src="https://www.google.com/jsapi"></script>
I also see two different load links and am confused as to which should be used, within my js functions.
- google.charts.load('current', {packages: ['corechart']});
- google.load('visualization', '1', {'packages':['corechart']});
I am creating and displaying Area charts:var chart102OneYrGooglized = google.visualization.arrayToDataTable(chart102OneYr.getChartArray());// Instantiate and draw the chart, passing in global options.var googleChart102OneYr = new google.visualization.ComboChart($('#metric102ChartOneYr')[0]);google.visualization.events.addListener(googleChart102OneYr, 'ready', placeOverlay.bind(googleChart102OneYr, chart102OneYrGooglized, chart102OneYr));googleChart102OneYr.draw(chart102OneYrGooglized, globalChartOptions);Thank you for any clarification on which links should be used.
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/3a8dac90-3057-4582-a887-6d8dd0c5c20f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/d6e6cd0f-a9c5-4363-8484-96fd3a4bcafe%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsub...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/d6e6cd0f-a9c5-4363-8484-96fd3a4bcafe%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/d6e6cd0f-a9c5-4363-8484-96fd3a4bcafe%40googlegroups.com.
--
--
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 google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/bc5d1848-820a-45bc-9c66-68900f6d46b1%40googlegroups.com.