[visualization-api] unsubscribe from list

2015-08-04 Thread Cory Jackson
Sorry to throw this up this way, but I tried to leave the group and continued to receive messages. - I sent an email to google-chart-api+unsubscr...@googlegroups.com and it comes back as undeliverable. - I went to the group and clicked the 'leave group' button. - I rejoined and then left again,

Re: [visualization-api] Axis scale changes when adding a new vertical axis

2015-08-04 Thread 'Daniel LaLiberte' via Google Visualization API
Setting the gridlines count to a fixed number for both left and right axes doesn't mean the gridlines will line up because gridlines don't necessarily land at the top and bottom of the chart. This is true even if you specify the viewWindow min and max, though the viewWindow bounds will be

[visualization-api] Changing Google Stacked Chart colors (Material)

2015-08-04 Thread Michal Pham
Hello, here is my problem https://jsfiddle.net/8pjuz38c/62/ what i need is to color each layer (country) with a different color but for some reason it only takes the first color and then creates different shades i also tried using series:[ {color:''red} {color:'blue'} ] etc. but that also did

[visualization-api] Re: blue lines in Google Org Chart API

2015-08-04 Thread ian . s . harris
This fixed worked for me. Added to a 'mystyle.css' so i didnt have to change any of the existing bootstrap/ace CSS files. Many thanks +1 internet points to you. On Tuesday, 5 May 2015 11:23:59 UTC+1, Marat Zhalbyrov wrote: Add this style. It's solve my issue with blue lines across the rows of

Re: [visualization-api] unsubscribe from list

2015-08-04 Thread 'Jon Orwant' via Google Visualization API
Cory, I've removed you from the list. For others: you can change your subscription settings (e.g., get digests, receive every individual message, read only on the web) at https://groups.google.com/forum/#!forum/google-visualization-api. Jon On Tue, Aug 4, 2015 at 9:54 AM, Cory Jackson

Re: [visualization-api] When updating a chart with Ajax, how can I prevent the page to scroll up back to the chart being updated?

2015-08-04 Thread David Manz
The problem shows up when you are scrolled down near the bottom of the page. When the redraw occurs, the table momentarily disappears causing the page to be shortened, the window to scrolls up by an amount equal to the height of the table that just disappeared, and when the table reappears,

Re: [visualization-api] Re: How to specify the “line” style on a chart annotation using gwt-visualization api

2015-08-04 Thread 'Daniel LaLiberte' via Google Visualization API
Hi Abdullah, We are making many changes to the annotations feature which will show up in new releases. Try loading 1.1 instead of 1 to get the latest experimental version to see it as soon as it becomes available. On Tue, Aug 4, 2015 at 6:12 AM, Abdullah Akram saibee...@gmail.com wrote: Here

[visualization-api] Re: How to specify the “line” style on a chart annotation using gwt-visualization api

2015-08-04 Thread Abdullah Akram
Can you please make a simple example at jsfiddle? On Monday, 7 January 2013 23:16:50 UTC+3, Rogelio Flores wrote: This is how it can be done using GWT (and JSNI): // First create this JSNI method to create the Options object for your chart private native Options

[visualization-api] Re: How to specify the “line” style on a chart annotation using gwt-visualization api

2015-08-04 Thread Abdullah Akram
Here is my function to draw chart. I need vertical annotation but syle: line is not working with column charts. function drawChart() { // Create and populate the data table. var option = { width:175, height:500, animation: {duration: 2000, easing: 'linear',},

Re: [visualization-api] When updating a chart with Ajax, how can I prevent the page to scroll up back to the chart being updated?

2015-08-04 Thread David Manz
Here's my example modified with the workaround. I just wrap the table with another div and set its height be to the same of the table's height once the table has been rendered. https://jsfiddle.net/eg9a6noy/ Problem solved. On Tuesday, August 4, 2015 at 10:02:45 AM UTC-5, David Manz wrote:

Re: [visualization-api] Axis scale changes when adding a new vertical axis

2015-08-04 Thread Moustacheful
Thanks for your reply. I see about the gridlines. I'll try defining the ticks and see if it works. About the behaviour I'm seeing: here you can see the second axis (percentage) on its own https://jsfiddle.net/udet1vwb/2/ If we add a new axis the result is the following

Re: [visualization-api] Change Sankey link color based on a datarow value?

2015-08-04 Thread Shravan Kumar
Can I hyper link the Link between nodes in SAnkey? I would like to redirect the user to a different page if they click the link between nodes... Is that possible? Regards, Shravan On Fri, Jul 31, 2015 at 6:49 AM, 'Sergey Grabkovsky' via Google Visualization API

Re: [visualization-api] Axis scale changes when adding a new vertical axis

2015-08-04 Thread Moustacheful
No problem! and thanks again for the quick reply! Then I believe I might have found another bug, since setting the column series to 'isStacked' does indeed fix the axis scaling but no longer stacks the columns, unless I'm doing something wrong. You can see the issue here:

Re: [visualization-api] Axis scale changes when adding a new vertical axis

2015-08-04 Thread 'Daniel LaLiberte' via Google Visualization API
Looks like you did find a bug, but it is easy to work around and not very likely to cause problems for most people. The bug is caused by your top-level isStacked: true option, which should not affect line charts, but since you have columns elsewhere in the chart, it does affect the line chart by

[visualization-api] Re: Google Sheet Query match or contains or like?

2015-08-04 Thread Joshua Davidson
It's not working again... -- 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 this

Re: [visualization-api] Axis scale changes when adding a new vertical axis

2015-08-04 Thread 'Daniel LaLiberte' via Google Visualization API
My mistake. The isStacked option doesn't apply to individual series, since you have to stack a group of series. We are thinking of adding a way to specify which series go in a group, hence my confusion. So this bug with the line chart axis in a combo chart with stacked bars is not so easy to

[visualization-api] how to earn money from YouTube

2015-08-04 Thread i praveenkumar
How to log in Google axis to take money from my YouTube -- 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

Re: [visualization-api] steppedareachart relative not working

2015-08-04 Thread Mason Thrall
Ah, that was it (I was using v1). Thanks! On Tuesday, August 4, 2015 at 2:39:18 PM UTC-6, Sergey wrote: Hi Mason, Are you loading version 1.1? The percent stacked feature is currently only available in 1.1. On Tue, Aug 4, 2015 at 4:37 PM Mason Thrall mas...@google.com javascript: wrote:

Re: [visualization-api] steppedareachart relative not working

2015-08-04 Thread 'Sergey Grabkovsky' via Google Visualization API
Hi Mason, Are you loading version 1.1? The percent stacked feature is currently only available in 1.1. On Tue, Aug 4, 2015 at 4:37 PM Mason Thrall mas...@google.com wrote: I have a stepped area chart with the following options: var options = { 'title': title, 'chartArea': {'width':

[visualization-api] steppedareachart relative not working

2015-08-04 Thread Mason Thrall
I have a stepped area chart with the following options: var options = { 'title': title, 'chartArea': {'width': '70%', 'height': '80%'}, 'hAxis': {'showTextEvery': 2, 'slantedText': true, 'textStyle': {'fontSize': 10,},}, 'isStacked': 'percent', 'connectSteps': false, };

Re: [visualization-api] Axis scale changes when adding a new vertical axis

2015-08-04 Thread Moustacheful
I see. That's a pity. I'm back to having issues with misaligned gridlines, then. Just tried manually setting ticks and the problem remains the same. Anyway, thanks for your help Daniel, I hope we can see those changes in a near future! On Tuesday, 4 August 2015 15:37:58 UTC-3, Daniel

Re: [visualization-api] Axis scale changes when adding a new vertical axis

2015-08-04 Thread Moustacheful
Sorry, apparently I did not save the last fiddle, here goes: http://jsfiddle.net/c9k2xz1d/1/ On Tuesday, 4 August 2015 12:54:02 UTC-3, Moustacheful wrote: Thanks for your reply. I see about the gridlines. I'll try defining the ticks and see if it works. About the behaviour I'm seeing: