[visualization-api] Re: How to best send data (DataTable and draw-options) to server..?

2009-12-16 Thread codingGirl
you can send > whatever (and however much) data you want. > > But then you're outside of the google visualization world, and are > working with your own protocol. > > Mark > > On Dec 16, 7:51 am, codingGirl wrote: > > > Nobody can at least give a hint how to d

[visualization-api] Re: How to best send data (DataTable and draw-options) to server..?

2009-12-16 Thread codingGirl
Nobody can at least give a hint how to do this? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to google-visualization-...@googlegroups.com. To unsubscribe from this group, send email to google-vis

[visualization-api] How to best send data (DataTable and draw-options) to server..?

2009-12-14 Thread codingGirl
Hi, to create a Visualization I need to send data (the DataTable and the draw-options) to my server and get an image back which I then display in the website using Javascript. I a way this is a bit like the Image charts in Google Visualization: http://code.google.com/apis/visualization/documentat

[visualization-api] google.setOnLoadCallback ?

2009-12-02 Thread codingGirl
Hi, google.setOnLoadCallback(myFunction) can somebody explain to me what exactly this function does internally? Does it wait until the Google API is loaded and then directly executes myFunction? Or does it wait until the API and all of the page/DOM is loaded before it calls: myFunction? Since my

[visualization-api] Re: Creating Visualizations?

2009-12-01 Thread codingGirl
What do you mean by creating a copy? Are we talking about copying an existing object? Do you say that without using prototype those members are not created implicitly when I call the constructor but I would need to create them in the constructor? -- You received this message because you are subs

[visualization-api] Re: Creating Visualizations?

2009-12-01 Thread codingGirl
s to make the draw method exist in all > instances of MyTable. > > In short, it is the JavaScript way of doing class members, methods and > inheritance. > > -- > Rune V. Sjøen > You always pass failure on the way to success > > On Tue, Dec 1, 2009 at 1:32 AM, codingGi

[visualization-api] Creating Visualizations?

2009-11-30 Thread codingGirl
I am not a Javascript ninja so this might be a lack of knowledge but that about the 'prototype' objects used in http://code.google.com/apis/visualization/documentation/dev/index.html ? Every class-method has a prototype in its name. What does it do? Can I omit it? // Declare a unique namespace. v

[visualization-api] Re: Differences between Address in Google Map and GeoMap?

2009-08-13 Thread codingGirl
Thanks. let me be more specific. I don't want to know the general difference between Geomap and Map. I rather want to know what is the difference between - the address of a Map specifying a location and - the address of a Geomap in markers mode specifying a location How are these two different

[visualization-api] Differences between Address in Google Map and GeoMap?

2009-08-11 Thread codingGirl
What is the difference between an address in Map and GeoMap? Comparing the descriptions in: http://code.google.com/apis/visualization/documentation/gallery/map.html#Data_Format http://code.google.com/apis/visualization/documentation/gallery/geomap.html#Data_Format doesn't make me much wiser. Are

[visualization-api] Re: Accuracy of Map lat/long values?

2009-07-30 Thread codingGirl
58 pm, ChartMan wrote: > The map chart exposes the same accuracy for lat lng as exposed by the maps > API -http://code.google.com/apis/maps/documentation/reference.html#GLatLng > > ChartMan > > On Wed, Jul 29, 2009 at 10:10 PM, codingGirl > > wrote: > > > Does anybody kno

[visualization-api] Accuracy of Map lat/long values?

2009-07-29 Thread codingGirl
Does anybody know what the number of decimal points is the Visualization Map still recognizes as input? The demo shows 4 decimal numbers: http://code.google.com/apis/visualization/documentation/gallery/map.html If I remember correctly the lat/long specification is more accurate giving 6 decima

[visualization-api] Set background color for Motionchart..?

2009-07-16 Thread codingGirl
Will setting background color for Motionchart ever be possible..? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to google-visualization-api@googleg

[visualization-api] Re: motion chart and iframe

2009-07-12 Thread codingGirl
You ask if you weren't clear enough, twittwit? The only question asked came from imgnik. Did you post a question and forgot to send it? Or are you both 'imgnik' and 'twittwit'? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[visualization-api] Re: OrgChart size problems

2009-06-22 Thread codingGirl
So you add this feature suggestion as an issue and it won't be forgotten? The size parameter is no good. There is a difference between controlling the size and knowing the size. Knowing the size is important for me. Still I would prefer the option to SET the size explicitely. All other visualiza

[visualization-api] OrgChart size problems

2009-06-16 Thread codingGirl
One cannot set a size for an OrgChart. But there is also no way to determine how 'big' an OrgChart will be - especially in all browsers since they all render slightly different. It would be nice if one could calculate somehow - at least an approximate - size for a certain OrgChart. --~--~

[visualization-api] Re: Zoom in/out of GeoMap???

2009-05-14 Thread codingGirl
I am also interested in this. There are only 7 very big regions, isn't it? I would be interested in getting a similar detailed behaviour as the map in Google analytics. Will this level of zooming in every be available? --~--~-~--~~~---~--~~ You received this messag

[visualization-api] Memory and performance question..?

2009-05-06 Thread codingGirl
1. if I open a browser and visit a website with visualization all necessary javascript libraries are loaded. If I leave this site and later visit another site with visualizations, will the JS libs be reloaded or are they still there from the first time. 2. Why does it take so long for GeoMap to d

[visualization-api] Load the javascript libraries when needed?

2009-04-14 Thread codingGirl
Hi, I would like to load the JS libs for Visualization only when I need them and not directly in the header. There is the http://www.google.com/jsapi, then the many Visualization libraries and last, the Map key. Can I somehow load them dynamically when I want to draw a visualization? --~--~-

[visualization-api] Top 15 appengine applications on cnet.com - one uses the Google Visualization API !

2009-04-09 Thread codingGirl
source: http://news.cnet.com/8301-17939_109-10214930-2.html My favorite is of course http://www.chartle.net - an enterprise (really? looks more like fun) application to create interactive online charts, plots, maps and diagrams. --~--~-~--~~~---~--~~ You received t

[visualization-api] What is the maximum size of IntensityMap?

2009-04-05 Thread codingGirl
It has two parameters width and height. 1. what is the maximum size allowed? 2. will there be bigger sizes allowed in the future? 3. if not, why? performance issue to render bigger maps? --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[visualization-api] IntensityMap resize problem?

2009-03-25 Thread codingGirl
Why does this chart ignore my size parameters? http://www.google.com/jsapi";> google.load("visualization", "1", {packages:["intensitymap"]}); google.setOnLoadCallback(drawChart); function drawChart() { var data = new google.visualization.DataTable();