[visualization-api] Re: Vertical Marker on Line Chart

2016-10-13 Thread Stefan Poninghaus
Hi Richard, That was a perfect solution for what I was looking for. Its also worth noting that you can use this to do horizontal lines as well, or a crosshair, through adding a trend line instead of a error bar. Thanks On Friday, 26 June 2015 04:04:12 UTC+12, Richard Hammitt wrote: > > You ma

Re: [visualization-api] Customizing tooltip in charts

2016-10-13 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Brandon, You can provide your own custom tooltip text, using the 'tooltip' role, but you then have to generate the entire thing. We need to provide an easier way to customize tooltips. On Fri, Oct 7, 2016 at 4:28 PM, Brandon wrote: > Tooltips currently show the following: > > X > "Y-label"

[visualization-api] How to plot multiple series with different time values one the same line chart?

2016-10-13 Thread Julien Ricard
Hi, I have a set of items with the following values: [username (string), score (number), date (datetime), comment (string)]. e.g. ['joe', 0.3, 5/5/16, "bla"] ['joe', 0.6, 6/5/16, "bli"] ['jim', 0.4, 6/5/16, "blo"] ['jim', 0.7, 7/5/16, "blu"] I want to plot one line for each username (I'll have

Re: [visualization-api] Error en las fechas

2016-10-13 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Lucas, When you specify a date with, e.g. new Date(1797, 1, 4), the month number starts at 0, so month 1 is February. This behavior is common to most programming languages. 2016-10-08 12:37 GMT-04:00 Lucas Baquero : > ola, > > Encuentro un error en la visualizaciĆ³n de las fechas en Timeline,

Re: [visualization-api] Showing multiple charts on the same page, getting error JavaScript runtime error: 'gvjs_l' is undefined

2016-10-13 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Steve, Could you point to the actual page that shows the problem. With multiple charts on the page, there could be load order issues that make a difference. Also, your example is missing how you load jQuery (assuming you are), and I can't access your data, which could also make a difference.

Re: [visualization-api] issue with google piechart on some sites

2016-10-13 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Derek, It would help to see pointers to the actual web pages, so we could see what the PHP code generates. We can't really help otherwise. If you 'view source' on those pages, you might notice what has gone wrong. On Sun, Oct 9, 2016 at 2:23 PM, Derek McGuire wrote: > I have s script I de

Re: [visualization-api] Google Charts addRows not accepting Dates when passed via parsed String

2016-10-13 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Vincent, We have tried to unify the various ways of setting up DataTables, but there have been changes in how dates are handled recently, and it appears likely the case you found has been either broken, or always was broken. Can you can use new Data(...) without quotes? JSON notation doesn't

[visualization-api] Help needed - Sankey

2016-10-13 Thread Dejan Stojadinovic
Hello I'm complete beginner with JS and really would appreciate your help. Need to prepare sankey chart, and following the instructions, I managed to make one. This works and looks ok: https://www.gstatic.com/charts/loader.js";> JavaScript google.charts.load('current', {

Re: [visualization-api] Pie Chart, wrapping legend labels

2016-10-13 Thread 'Daniel LaLiberte' via Google Visualization API
The PieChart does things a little differently regarding the chartArea width because it includes the legend in the width. The main problem in your example is that you have set the container element width which overrides whatever you might set in the options. Your options were also a bit mixed up.

Re: [visualization-api] Multiple google charts issue in IE9 - error 'Microsoft JScript runtime error: 'gvjs_lK' is undefined'

2016-10-13 Thread 'Daniel LaLiberte' via Google Visualization API
Thanks for your report Steve. Unfortunately, I no longer have access to IE9 for testing. I know it would be difficult, but if you can get any more clues about what is happening when the error occurs, we might be able to fix it without testing locally. I would suspect the problem involves the use

[visualization-api] Multiple google charts issue in IE9 - error 'Microsoft JScript runtime error: 'gvjs_lK' is undefined'

2016-10-13 Thread Steve Dyson
Google multiple charts on the same page don't work in IE9. Works fine in FireFox. I get error 'Microsoft JScript runtime error: 'gvjs_lK' is undefined' Here is the example and code snippet. It is the same example given on google chart website. https://developers.google.com/chart/interactive/d

Re: [visualization-api] different between new google.charts.Bar & google.visualization.ComboChart

2016-10-13 Thread natarajan govindavel
Hi sergey, I want to make one code behind method should return google chart as response. Can we do that? Thanks Natarajan Govindavel. On Thursday, March 10, 2016 at 8:13:18 PM UTC+5:30, Sergey wrote: > > Natarajan, > > As I've said in an earlier email, you should only include /jsapi if you > u