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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
--~--~
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
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
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?
--~--~-
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
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
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();
21 matches
Mail list logo