[visualization-api] Re: Custom Geochart Marler

2025-09-09 Thread Rob Isaac Jr.
Yes indeed! Plus you can embed into your web and mobile apps, as well as into your website. On Saturday, August 23, 2025 at 12:31:56 PM UTC-7 Robert Seymour wrote: > Hi Rob. checked it out. > Can this be an interactive map, where, as I add new cities, it > automatically updates o

[visualization-api] Re: Custom Geochart Marler

2025-08-20 Thread Rob Isaac Jr.
Robert! I think your map build out would be more manageable and less time-consuming if you used "My Maps" in Google Drive. It'll suffice for the feature list you provided, and then some. See for yourself on the My Maps Help s

[visualization-api] Org Chart - Limit number of elements per row in hierarchy level

2020-09-16 Thread Rob Bojarzin
Is there a library out here that extends the capability of an org chart to wrap a hierarchy level to a second row by limiting the number of nodes? I'm brand new to google charts, so let me know if you need further info. Thanks! -- You received this message because you are subscribed to the

[visualization-api] AnnotationChart legend event listener

2019-02-18 Thread Rob Hannah
When I click on an annotation in the chart, the 'select' event is fired. This event is *not* fired when I click on any listed events in the legend (even though they're tied together - clicking on the event in the chart sets the legend row's google-visualization-table-tr-sel class). Am I missing

[visualization-api] Please add Column Roles to AnnotationChart

2019-02-05 Thread Rob Hannah
It appears that AnnotationChart does not support roles. I am trying to attach annotations to the join table to better represent my data (instead of 'A', 'B', ...). For example, assume I have a timeline of active publications. Along with that I have a series of events that are one of Submit, Rev

[visualization-api] Chart Title Not Showing on Sankey

2018-02-06 Thread rob
Hello, my title is not coming up on my chart, and I'm not sure why. Code is: // Set chart options var options = {'title': 'Product Strategy', width: 1250, height: 1000, sankey: { node: { width: 12 } } }; // Instantiate and draw our chart, passing in some options. var

[visualization-api] Timeline Chart - Keep the Mouseover info as hours and minutes, not days

2016-11-23 Thread Rob Berry
than days? Thanks for any assistance, Rob. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.

Re: [visualization-api] Sankey Node Color and Order/Sorting

2016-09-20 Thread Rob Simpson
On Monday, 19 October 2015 14:46:29 UTC+1, Sergey wrote:... >I think your current best bet is indeed to assign a color to each node. Can you point me at something that will show me how to do this? How are the nodes indexed? Thanks -- You received this message because you are subscribed t

Re: [visualization-api] Google Charts line chart not showing 0-100 as a percentage scale

2016-01-15 Thread Rob Gudgeon
Daniel Many thanks for the clarifications, appreciate it. Any reason why the top of the chart show '00%' rather than '100%'? On Friday, January 15, 2016 at 1:55:39 PM UTC, Daniel LaLiberte wrote: > > Rob, > > The maxValue and minValue options are not supported

[visualization-api] Google Charts line chart not showing 0-100 as a percentage scale

2016-01-14 Thread Rob Gudgeon
Hi I'm trying to create a basic Google Charts line chart to show percentages for 3 values over time. The chart is displaying but I'm struggling to get the vAxis to show 0 - 100%, the top value is just the high

[visualization-api] Making a custom graph…

2015-08-06 Thread Rob
600/FullSizeRender.jpg> Does anyone know if this can be done using Google Charts? Thanks very much! ~Rob -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an

[visualization-api] Re: Missing Number format options for horizontal axis in Combo Chart/Column Chart

2014-05-28 Thread Olimpiu Rob
Hi, Thank you for the quick response. One more question, is the feature requests list publicly available. Or is there some issue tracker that we could follow? On Tuesday, 27 May 2014 17:30:26 UTC+3, Olimpiu Rob wrote: > > Hi, > > I am posting an example with some dummy data to il

[visualization-api] Missing Number format options for horizontal axis in Combo Chart/Column Chart

2014-05-27 Thread Olimpiu Rob
Hi, I am posting an example with some dummy data to illustrate the problem that I am facing. You can check it out at: http://jsfiddle.net/xwArg/1/ In that example, we have a LineChart set to use the first column as labels. If you open up the editor, and go to the Customize tab, in the Axis Hori

[visualization-api] Re: Legend Squized

2013-12-08 Thread Rob van Eck
Thank you, you've put me on the right track! To load the graph i now use: jQuery.noConflict(); (function($) { $( document ).ajaxComplete(function() { google.setOnLoadCallback(drawChart($FrameResults)); }); }(jQuery)); Now the legend is perfect -- You received this message because

[visualization-api] Multiple lines, multiple custom tooltips.. how?

2013-12-07 Thread Rob van Eck
I have a Google LineChart with multiple lines. These points do not share the same X value's so i have to format my data in a certain way to make it work: var data = google.visualization.arrayToDataTable([ ["Y", "Your X & Y", "Product 1", "Product 2", "Product 3"], [419, 589, nu

[visualization-api] Legend Squized

2013-12-07 Thread Rob van Eck
http://i.stack.imgur.com/aph4j.png My legend is 'squized'! it should just work fine, like in my example code: http://jsfiddle.net/TD92C/13/ but in my site it goes wrong, no clue why. Any one an idea? Im loading a template with the example code via ajax. -- You received this message because

[visualization-api] Annotated Timeline adds day, but it's the wrong day?

2013-08-10 Thread Rob Eaglesfield
I have some environmental monitors charted on an annotated timeline. Each data has the datetime as MM DD HH mm ss. The chart adds the name of the day of the week, but the wrong one. i.e. 9th August 2013 is Friday but the timeline says Mon Sep 9, Today is 10th August 2013, a Saturday, but t

[visualization-api] Re: why: The select event does not pass any properties or objects to the handler, in google.visualization.events.addListener?

2013-04-26 Thread Rob Grotenbreg
ok, i solved it apparently with some _self variable in the object and handler, but it still would be nice to get a chart object passed to the handler i think -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this

[visualization-api] Re: why: The select event does not pass any properties or objects to the handler, in google.visualization.events.addListener?

2013-04-26 Thread Rob Grotenbreg
ow, and i just saw that the geochart is an embedded thingy so that wont work at all... -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visual

[visualization-api] why: The select event does not pass any properties or objects to the handler, in google.visualization.events.addListener?

2013-04-26 Thread Rob Grotenbreg
global var. But it only works for things rendered in svg objects, didnt start on the tables yet.. Or is there another way to tie the chart events to my objects? thanks in advance, Rob btw, is this the place to ask for extra features? I can also help changing this if needed but could not find any

[visualization-api] Re: Version 1.1 - geochart - IE8 rendering

2013-02-06 Thread Rob Hoexter
@asgallant - I'm encountering the same problem. Also, I like Jerome, I cannot run the fiddle in IE9 with IE8 browser mode. I too am seeing the same 'bind' error. I"m not sure how you managed to run the fiddle successfully in IE8. I do notice that IE9 will load new pages, by default, in IE9 mo

[visualization-api] Re: Google Chart Tools Geomap passing apostrophes

2012-04-02 Thread Rob
> > > > > > On Friday, March 30, 2012 11:11:24 AM UTC-4, Rob wrote: > > > I'm pretty new to using the Google Chart Tools and am experimenting > > using the Geomap so please excuse me if I am asking something obvious. > > > I am trying to plot so

[visualization-api] Google Chart Tools Geomap passing apostrophes

2012-03-30 Thread Rob
I'm pretty new to using the Google Chart Tools and am experimenting using the Geomap so please excuse me if I am asking something obvious. I am trying to plot some figures on the map for each country but am having trouble with countries which contain an apostophe such as: Côte d'Ivoire. I can plo

[visualization-api] Re: Google Visualization API and nested smartGWT layout containers

2011-05-09 Thread Rob
p://code.google.com/p/google-web-toolkit/issues/detail?id=3511 Sample code and screen shot -> http://forums.smartclient.com/showthread.php?t=16703 Any suggestions much appreciated :-) Cheers Rob On May 10, 9:05 am, Rob wrote: > Hi Eric, > > Thanks for getting back to me. > > -&g

[visualization-api] Re: Google Visualization API and nested smartGWT layout containers

2011-05-09 Thread Rob
7bfd3d4042526 Although it might also be GWTP-related. As you suggested I'll set some breakpoints and see how I go. Cheers Rob On May 10, 2:31 am, Eric Ayers wrote: > First of all, there was an issue a lot of SmartGWT users ran into > w/r/t visualization I wanted you to be aware

[visualization-api] Google Visualization API and nested smartGWT layout containers

2011-05-08 Thread Rob
BrowserChannelServer.java: 281) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java: 531) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: 352) at java.lang.Thread.run(Thread.java:619) -> Cheers Rob -- You rece