[visualization-api] Re: Possible to have larger tooltip (onmouseover) target for ColumnChart?

2016-06-08 Thread deadballo
Should we file a bug report? Seems pretty shitty On Tuesday, June 7, 2016 at 5:40:31 PM UTC-7, dead...@gmail.com wrote: > > Hi. > > If the columns are small, the mouseover target area is also small. Is it > possible to make the mouseover area any area above each bar? > -- You received this

[visualization-api] Possible to have larger tooltip (onmouseover) target for ColumnChart?

2016-06-07 Thread deadballo
Hi. If the columns are small, the mouseover target area is also small. Is it possible to make the mouseover area any area above each bar? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop

[visualization-api] Re: Trying to set 2nd Y-axis as percentage to specific value

2016-06-06 Thread deadballo
Is this not possible in Google Charts? On Wednesday, June 1, 2016 at 2:41:32 PM UTC-7, dead...@gmail.com wrote: > > Hi. I've made the following graph(hopefully this shows up): > > >

[visualization-api] Trying to set 2nd Y-axis as percentage to specific value

2016-06-01 Thread deadballo
Hi. I've made the following graph(hopefully this shows up): I want to make my right Y-Axes display be a percentage of a specific

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

[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)

[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