[visualization-api] How to add links in google geomap api

2015-04-07 Thread Stephan Kardos
Dear Community, I want to insert a interactive map of Europe in my website and thought that google geo chart is an option (even with my very basic HTML, CSS and JS skills). BTW I build the site in squarespace. What I've achieved with the code below (from another past entry

Re: [visualization-api] Individual Row Values on Sankey

2015-04-07 Thread 'Sergey Grabkovsky' via Google Visualization API
In the release, Sankey will support tooltips as a method of showing the values for the links. On Tue, Apr 7, 2015 at 10:47 AM Joshua Sharf joshua.sh...@gmail.com wrote: Is there any way to show the individual row values on a Sankey Chart, either permanently on the link, or onmouseover for the

[visualization-api] Re: Official Charts Opinion Question: How would you like to retrieve your trendline data?

2015-04-07 Thread Joshua Sharf
Sergey, I also like the idea of an array of coefficients. Not only would it be easier to do calculations on, but it lends itself to adding additional fit information later on, such as the confidence intervals, or the goodness-of-fit measures. Joshua -- You received this message because you

Re: [visualization-api] Individual Sankey Node Colors

2015-04-07 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi, there's no way to do this right now. The Sankey data format currently does not lend itself well to expressing things about nodes (because nodes are represented indirectly in the table, and a single node may appear multiple times). We do eventually want to add some way to perhaps give it

Re: [visualization-api] Individual Sankey Node Colors

2015-04-07 Thread Joshua Sharf
Thanks for the prompt reply. Joshua -- 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.com. To post to

[visualization-api] Individual Row Values on Sankey

2015-04-07 Thread Joshua Sharf
Is there any way to show the individual row values on a Sankey Chart, either permanently on the link, or onmouseover for the link? I see from a previous thread how the totals for a node might be displayed (by calculating them and putting them in the node title), but I don't see any

Re: [visualization-api] Individual Row Values on Sankey

2015-04-07 Thread Joshua Sharf
This is the upcoming release? Joshua -- 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.com. To post

Re: [visualization-api] Individual Row Values on Sankey

2015-04-07 Thread 'Sergey Grabkovsky' via Google Visualization API
Yes, sorry, I miswrote. I meant to say, in the upcoming release. On Tue, Apr 7, 2015 at 11:32 AM Joshua Sharf joshua.sh...@gmail.com wrote: This is the upcoming release? Joshua -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To

[visualization-api] Wonky column chart animation

2015-04-07 Thread newsonaut
I have a column chart displaying two sets of data, and I want to use animation when switching back and forth between them. If the first values are the same in each set (i.e., the names of the universities along the bottom), then the animation works as expected. But, of course, the names would

Re: [visualization-api] redrawing the chart legend issue

2015-04-07 Thread 'Sergey Grabkovsky' via Google Visualization API
It appears that setting a breakpoint before redrawing appears to mediate this issue. This implies to me that this is a timing issue. I would guess that it's because jQuery doesn't do the CSS update immediately. I'd be willing to bet that doing setTimeout(redraw) would fix your issues most of the

Re: [visualization-api] redrawing the chart legend issue

2015-04-07 Thread Alan Sparkes
Hi So the problem defined is this: 1. View the table tab https://www.dropbox.com/s/qhlcpmoh5foicht/Screenshot%202015-04-07%2018.44.27.png?dl=0 2. reload the page and click chart tab https://www.dropbox.com/s/fsmdt9smob67sei/Screenshot%202015-04-07%2018.47.59.png?dl=0 3. General solution is to

Re: [visualization-api] Wonky column chart animation

2015-04-07 Thread 'Daniel LaLiberte' via Google Visualization API
We could probably change the wonky animation to use the position as a backup, in case most values are different enough that there is no point trying to use the values. It may have done something like that in the past, but that algorithm had bad performance (as in, it was slow) in many cases, so

[visualization-api] hierarchical headings in table chart

2015-04-07 Thread guoqing
Is there a way to define hierarchical heading in a table chart? -- 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

[visualization-api] Re: Legend overlap on Column Chart

2015-04-07 Thread Daniel Wild
While I'm still struggling to understand why this bug hasn't been resolved; you can force a refresh while your chart is visible by clearing the chart before drawing again, e.g. chart.clearChart(); chart.draw(data, options); -- You received this message because you are subscribed to the

[visualization-api] How to render the chart after selecting an item in a select command?

2015-04-07 Thread Wilson Rogério Braun
select id=animais name=cod_animal class=form-control/select script type=text/javascript google.load('visualization', '1.1', { 'packages': ['corechart'] }); google.setOnLoadCallback(drawChart); function drawChart() { var e = documento.getElementById(#animais); var

[visualization-api] Re: insert data from text file in google chart

2015-04-07 Thread Gregory Camelo
hello what is te data1 file?? a use de same code but didn't work can you help me? El miércoles, 26 de marzo de 2014, 7:21:57 (UTC-5), Yoonchung Ock escribió: I did it. that's my codewell Thank you all of you. the file named data1 must be in same folder with the html file

[visualization-api] Re: How to render the chart after selecting an item in a select command?

2015-04-07 Thread Wilson Rogério Braun
select id=animais name=cod_animal class=form-control/select script type=text/javascript google.load('visualization', '1.1', { 'packages': ['corechart'] }); google.setOnLoadCallback(drawChart); function drawChart() { var e = document.getElementById(#animais); var