On Sun, Dec 11, 2011 at 8:29 PM, <[email protected]>wrote:
> Today's Topic Summary > > Group: http://groups.google.com/group/google-visualization-api/topics > > - Drawing charts from SQL database? <#1342fe3c1669cfa2_group_thread_0>[2 > Updates] > - interpolate missing data: area chart and formatting of > lines<#1342fe3c1669cfa2_group_thread_1>[1 Update] > - GeoMap is not a constructor Error <#1342fe3c1669cfa2_group_thread_2>[1 > Update] > - Date as an x-axis - correct scaling<#1342fe3c1669cfa2_group_thread_3>[1 > Update] > - where is Area Chart's vertical axis?<#1342fe3c1669cfa2_group_thread_4>[1 > Update] > - Do motion charts work inside > dashboards?<#1342fe3c1669cfa2_group_thread_5>[2 Updates] > - NumberRangeFilter color <#1342fe3c1669cfa2_group_thread_6> [1 Update] > - Reload chart <#1342fe3c1669cfa2_group_thread_7> [2 Updates] > - Line chart problem Type mismatch <#1342fe3c1669cfa2_group_thread_8>[6 > Updates] > - External .CSV Chart/Table Not Rendering > Help.<#1342fe3c1669cfa2_group_thread_9>[1 Update] > - What is the code of Eastern Europe?<#1342fe3c1669cfa2_group_thread_10>[1 > Update] > - StockCharts <#1342fe3c1669cfa2_group_thread_11> [1 Update] > > Drawing charts from SQL > database?<http://groups.google.com/group/google-visualization-api/t/4abec5ccac993e1b> > > Richard <[email protected]> Dec 11 08:07AM -0800 > > Hi Holly, > > I'm trying to do the same, i have my google chart working with hard > coded > values however struggling to connect it to a database. Did you manage > to > create a graph using data from an ...more > > > Bluestreak2k5 <[email protected]> Dec 11 04:48PM -0800 > > Loop through an array of data, after creating an array from the > database. > > var data = new google.visualization.DataTable(); > length = stateArray.length > data.addRows(length); ...more > > interpolate missing data: area chart and formatting of > lines<http://groups.google.com/group/google-visualization-api/t/f62ceb1a1a8b655f> > > Sam Halliday <[email protected]> Dec 11 09:56AM -0800 > > Dear all, > > There doesn't appear to be an obvious way to interpolate between > missing data points in an AreaChart... is it possible to do this? > > Additionally, I can't find any way to change the ...more > > GeoMap is not a constructor > Error<http://groups.google.com/group/google-visualization-api/t/79586bcbe39b5402> > > Bluestreak2k5 <[email protected]> Dec 11 09:53AM -0800 > > Hi, > > I am getting a "google.visualization.GeoMap is not a constructor" in > Firefox, but yet this project was working weeks ago, with no change to > this javascript. > ...more > > Date as an x-axis - correct > scaling<http://groups.google.com/group/google-visualization-api/t/df90aac36dafa3a7> > > Sam Halliday <[email protected]> Dec 11 09:36AM -0800 > > Dear all, > > When I plot my charts (Line, Area, Combo, etc) with Date objects as > the x-axis, the values of the x-axis are automatically calculated and > a sensible tick size is selected. ...more > > where is Area Chart's vertical > axis?<http://groups.google.com/group/google-visualization-api/t/7e32ff79bb981c6f> > > Sam Halliday <[email protected]> Dec 11 08:39AM -0800 > > Roni, > > I understand that the default behaviour of AreaChart (and other > charts, such as ComboChart) is to *not* draw the vertical line that > denotes the vertical axis. I am asking if it is possible ...more > > Do motion charts work inside > dashboards?<http://groups.google.com/group/google-visualization-api/t/e81f28010f9cb6a6> > > Roni Biran <[email protected]> Dec 11 10:17AM +0200 > > According to the documentation there should not be any problems. Also > it > appears that your code should run. > Are you trying to run it locally? You might have flash security issues > ...more > > > rtrigg <[email protected]> Dec 11 08:23AM -0800 > > Yeah, I thought of that. First, it behaves the same whether I run > from localhost or at a remote site. Second, the flash motion chart > works fine initially. I just can't get it to recompute when I ...more > > NumberRangeFilter > color<http://groups.google.com/group/google-visualization-api/t/6073bcc1128788ca> > > Yashmika Sampath <[email protected]> Dec 11 07:46AM -0800 > > How to change the default color of "NumberRangeFilter's" color? Thank > you > ...more > > Reload > chart<http://groups.google.com/group/google-visualization-api/t/bc551c8aed5bc5f7> > > Roni Biran <[email protected]> Dec 11 09:40AM +0200 > > Can you explain in more details your problem? maybe give a look at > some of > your code. > With some more information we can be in more of assistance to you. > > > > ...more > > > William Espindola <[email protected]> Dec 11 04:21AM -0800 > > Hello Roni > In my case is not a problem but an implementation. > Imagine I have 30 charts on one page, and pressed as a button to > refresh only one chart. > ...more > > Line chart problem Type > mismatch<http://groups.google.com/group/google-visualization-api/t/90fa696ea7c46430> > > Roni Biran <[email protected]> Dec 11 09:39AM +0200 > > Hi, > > The datasource (as you pointed) should be in your case a JSON format > datatable object, as in the following format: > > var data = new google.visualization.DataTable( > { > ...more > > > Antonis Panagi <[email protected]> Dec 11 11:42AM +0200 > > Roni thanks for your reply. > I'm using the MVC3 Razor syntax. > > var datasource = []; > > foreach(var item in Model) > { > <text> > datasource.push(['@item.TotalForMonth']) > </text> > } > > ...more > > > Roni Biran <[email protected]> Dec 11 11:47AM +0200 > > So if all work fine I'm pleased... > > ...more > > > Antonis Panagi <[email protected]> Dec 11 12:07PM +0200 > > hehe. > > The pie chart works. The line chart is not working > > > > ...more > > > Roni Biran <[email protected]> Dec 11 12:11PM +0200 > > The datasource needs to be the same. Are you rendering different > datatable > for the LineChart? > > > ...more > > > Antonis Panagi <[email protected]> Dec 11 01:34PM +0200 > > I'm using exactly the same datasource. > > > > ...more > > External .CSV Chart/Table Not Rendering > Help.<http://groups.google.com/group/google-visualization-api/t/61be92e58b64f5a8> > > Roni Biran <[email protected]> Dec 11 10:38AM +0200 > > Hi Paul, > > If you're using a JOB to generate an output file specifically to the > chart > it's even simpler. > Look at the samples in this URL: > ...more > > What is the code of Eastern > Europe?<http://groups.google.com/group/google-visualization-api/t/dc11e1ccd642c451> > > Roni Biran <[email protected]> Dec 11 10:25AM +0200 > > OK. let me try to answer your questions one at a time: > 1. It appears that you're correct and the eastern part of Europe is > missing. You might want to use the Europe region in the mean time. > (region: ...more > > > StockCharts<http://groups.google.com/group/google-visualization-api/t/b2754ba545a83b47> > > Roni Biran <[email protected]> Dec 11 09:46AM +0200 > > The Google Visualization charts are rendered upon page load complete > in an > asynchronous way. The charts are generated in an IFRAME using SVG. The > datatable object, with all its data and annotations, ...more > > You received this message because you are subscribed to the Google Group > google-visualization-api. > You can post via email <[email protected]>. > To unsubscribe from this group, > send<[email protected]>an empty message. > For more options, > visit<http://groups.google.com/group/google-visualization-api/topics>this > group. > > -- > 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. > -- 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.
