[visualization-api] Need to select the range of points in scatter chart by dragging the mouse

2018-04-12 Thread Srini
Hi, I have requirement to select range of values in scatter plot. PFA for reference. Could you please help me? Thanks in advance. Srini -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop

Re: [visualization-api] odd behaviour with connecting data points in line graphs

2018-04-12 Thread 'Daniel LaLiberte' via Google Visualization API
Probably you have your points out of order. The points are not sorted by the chart, in case you intended this behavior. So each point is connected to the next one, no matter where it is plotted in the chart. On Thu, Apr 12, 2018 at 7:10 PM Brad Arshinoff wrote: > > I

[visualization-api] odd behaviour with connecting data points in line graphs

2018-04-12 Thread Brad Arshinoff
I sometimes see strange behaviour with how dots are connected in lines graphics, see image below for example. I am using the interpolateNulls option in the graph shown below as each line has data points available at different x intercepts. There should be 4 lines in the graph below but as

[visualization-api] Re: GeoCharts at US County Level

2018-04-12 Thread Heywood Buzzfuddle
99 percent of the posts here are never answered. Useless place. On Wednesday, March 28, 2018 at 12:49:28 PM UTC-5, Heywood Buzzfuddle wrote: > > I have looked through here and searched the Web, but most everything I see > is old. > > What I want to do is make a GeoChart at the county level. >

Re: [visualization-api] Re: How to use clearChart

2018-04-12 Thread Steven Brew
wait never mind found an example: https://jsfiddle.net/1eu7rkvr/12/ On Thu, Apr 12, 2018 at 12:45 PM, Steven Brew wrote: > I am running into an issue with using the clearChart method as well (with >> a timeline graph) - have you been able to get it to work? >> > > Thanks! > >>

[visualization-api] Re: How to use clearChart

2018-04-12 Thread Steven Brew
> > I am running into an issue with using the clearChart method as well (with > a timeline graph) - have you been able to get it to work? > Thanks! > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this

[visualization-api] Re: One or more participants failed to draw()× Invalid column index 3. Should be an integer in the range [0-2].

2018-04-12 Thread Steen Horshauge
I do not know why, but now it works with 1,2,3] in both places My ChartWrapper only shows one line with it's ok function drawVisualization_temp(data1) { var data = new google.visualization.DataTable(data1); dashboard = new google.visualization.Dashboard(document.getElementById(

[visualization-api] Re: One or more participants failed to draw()× Invalid column index 3. Should be an integer in the range [0-2].

2018-04-12 Thread Steen Horshauge
I do not know why, but now it works with 1,2,3] in both places My ChartWrapper only shows one line with it's ok function drawVisualization_temp(data1) { var data = new google.visualization.DataTable(data1); dashboard = new google.visualization.Dashboard(document.getElementById(

[visualization-api] Re: Introducing Frozen Google Charts

2018-04-12 Thread Ibrahim Pala
Hello, How can we make datefilter for Weekly, Quarterly, Yearly from Contents Daily Date JSON or Data? For example: I made this and you can choose your date type but which date type you choose it gives always daily range: *http://adresyazilim.com/grafik/ *