Re: [visualization-api] How so I plot functions or lines on top of a scatter plot?

2016-05-26 Thread deadballo
Yeah, thanks. It kinda works for plotting my Y-limits and regression but still no X-limit solution :) On Thursday, May 26, 2016 at 2:41:46 PM UTC-7, Daniel LaLiberte wrote: > > Scatter points can be connected by lines. I suggest that you just add a > few more series (more columns) where you

Re: [visualization-api] Re: Line Chart & Scatter Chart on the Same Graph

2016-05-26 Thread 'Daniel LaLiberte' via Google Visualization API
Could you give us enough code, data, and options, to reproduce your chart? Better, could you produce a jsfiddle example? On Thu, May 26, 2016 at 7:16 PM, wrote: > >

Re: [visualization-api] Re: Can't get Google charts to recognize Dates in my json

2016-05-26 Thread 'Daniel LaLiberte' via Google Visualization API
You have an extra set of quotes on your dates. Remove the escaped quotes inside your quotes and it should work better. On Thu, May 26, 2016 at 7:01 PM, wrote: > PS: I think I solved it by not using the array format but instead the > long-winded format which is loaded with

[visualization-api] Re: Line Chart & Scatter Chart on the Same Graph

2016-05-26 Thread deadballo
I tried this and I didn't get a line, only two small dots (at the top): On Monday, October 29, 2012 at 11:32:35 AM UTC-7,

[visualization-api] Re: Can't get Google charts to recognize Dates in my json

2016-05-26 Thread deadballo
PS: I think I solved it by not using the array format but instead the long-winded format which is loaded with DataTable instead of arrayToDataTable. Odd the array format wouldn't work. On Thursday, May 26, 2016 at 3:11:55 PM UTC-7, dead...@gmail.com wrote: > > My json is formatted thusly: > >

[visualization-api] Can't get Google charts to recognize Dates in my json

2016-05-26 Thread deadballo
My json is formatted thusly: [["{type: 'date', label: 'time_logged'}","load_1m","load_5m"],["\"Date(16, 05, 25, 01, 05, 53)\"",0.55,0.56],["\"Date(16, 05, 25, 01, 05, 26)\"",0.51,0.55]... I load the data using google.visualization.arrayToDataTable(jdata); When I plot the data (scatter plot)

Re: [visualization-api] How so I plot functions or lines on top of a scatter plot?

2016-05-26 Thread 'Daniel LaLiberte' via Google Visualization API
Scatter points can be connected by lines. I suggest that you just add a few more series (more columns) where you compute the data from your functions, and then for these series, specify the series type as 'line'. The more complete documentation on the 'series' option can be found under the

[visualization-api] How so I plot functions or lines on top of a scatter plot?

2016-05-26 Thread deadballo
Hi, I need to do something really simple but I haven't found any examples as yet. All I need to do is plot three straight lines on a scatter plot. Two of which are simply y=some_constant and the third being y=b0+b1x. I may want to add a couple more lines at x=some_constant. I can make the

[visualization-api] Same label in the pie chart - old code

2016-05-26 Thread Kesava Peteti
Hi, I have created a dashboard watching this Google developers video . After creating it I came to know that it's deprecated. However the dashboard is rendering but I need a little help. There are multiple rows with same label with different data.

Re: [visualization-api] Plotting random points as well as lines on a line chart

2016-05-26 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Hannon, Given the uncertainty or imprecision of the data, maybe you should use a scatter chart with a trendline. The differences may average out over several samples so that the trendline will give a more accurate picture. On Thu, May 26, 2016 at 10:33 AM, Hannan Azam Khan

[visualization-api] Plotting random points as well as lines on a line chart

2016-05-26 Thread Hannan Azam Khan
I'm working on a requirement where i have to plot Infants weight for age chart. This is how the graph looks overall: http://www.cdc.gov/growthcharts/data/set1clinical/cj41l017.pdf Following is the data that can be used to generate the lines:

[visualization-api] Google Chart

2016-05-26 Thread Oscar Diaz
Hello everyone, I am working on a project for the www.nefb.org site(http://www.nefb.org/tpp). As for now, I want every county to have different farm information, but it won't let me add a fourth line of info and I need 7 lines of info per county. This is the script:

Re: [visualization-api] Re: Trying to use charts type table and charts type line in the same page.

2016-05-26 Thread 'Daniel LaLiberte' via Google Visualization API
Yes, LineChart is actually a corechart. The 'line' package is for the Material Line chart which you are not using. We should make the documentation less subtle about this distinction. On Thu, May 26, 2016 at 10:05 AM, Javi Vendrell wrote: > Ok, didn't said

[visualization-api] Re: Trying to use charts type table and charts type line in the same page.

2016-05-26 Thread Javi Vendrell
Ok, didn't said anything, can't believe how stupid I'm sometimes That hapends when you are programming 12h a day... but the problem that I was doing and that I was missing is as simple how I was charging unexisting typecharts instead using 'corechart' I was trying to load 'line' so the

Re: [visualization-api] Why does my stacked column chart occasionally show very narrow bars?

2016-05-26 Thread 'Daniel LaLiberte' via Google Visualization API
The width of the bars is computed from the minimum distance between any two adjacent bars, so I would expect that somewhere in your data you have two domain values that are closer than you expected. This is true even before the viewWindow constraints are applied, I believe. On Thu, May 26, 2016

[visualization-api] Re: Trying to use charts type table and charts type line in the same page.

2016-05-26 Thread Javi Vendrell
Okai now I'm able to be back to this code I'll answer, thanks for all your answers but I think we didn't find the correct mistake. Look I'll put some of my code in order to be able to resolve it easier: google.charts.load('current', {'packages': ['corechart']}, {'packages': [

[visualization-api] Why does my stacked column chart occasionally show very narrow bars?

2016-05-26 Thread Steve Morris
I have a stacked column chart. The bars are set at 75%. var defaultGraphOptions = { legend: { position: 'top', maxLines: 2 }, title: '', height:400, width:800, chartArea: {left:"15%",top:40,width:"90%",height:"80%"}, isStacked: true, bar: { groupWidth: '75%' },

[visualization-api] Re: Dynamic Icons in Image Charts (Deprecated)

2016-05-26 Thread DMal
Hi Rukhshanda, We opted to use the dynamic icons for now. If it ever becomes discontinued, we'll have to adapt our solution... Cheers, David On Wednesday, 25 May 2016 08:03:51 UTC-7, Rukhshanda S wrote: > > Hi David, > Did you get any answer or solution? > If anyone can help would be