Re: [visualization-api] Re: My sortable table has gone weird

2015-04-06 Thread 'Daniel LaLiberte' via Google Visualization API
The problem is caused by a change to the table chart that uses a 'content' class, that is affected by your styles. I see three css rules with div.content: media=all div.content { 1. display: block; 2. float: none; 3. clear: both; 4. width: 380px; } www.bramptoncondoliving.ca/

[visualization-api] Re: My sortable table has gone weird

2015-04-06 Thread Todd Lee
Hi Daniel. And thanks for the response. Sorry was late to reply with Easter and all. I had a look at my page and cannot see anything which would be causing the problems. It was working sweet up until recently and I have not touched anything for at least 6 months. It's a very simple page.

[visualization-api] Re: My sortable table has gone weird

2015-04-06 Thread Todd Lee
Thanks again Daniel. The simple code you provided worked like a charm, but you are right that with any changes to the Google table I will run in to more problems. I am a bit of a loss to add new rules as I'm not really good at coding. Half the code is generated by the website provider and I

[visualization-api] Minimum and maximum value according to table's column in Chart Wrapper

2015-04-06 Thread mariummalik22
In chart wrapper is it possible to set the minimum and maximum values according to the my column's minimum and maximum? -- 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,

[visualization-api] Individual Sankey Node Colors

2015-04-06 Thread Joshua Sharf
Is there a way to change the colors on individual Sankey nodes, or even individual node labels? For instance, if we have {X,Y,Z} mapping to {A,B,C}, is there some way of having the nodes for X Z be green, and the node for Y be red, and the nodes for A B be green, and the node for C be red?

[visualization-api] Add two rows to x-axis

2015-04-06 Thread amarnath
Hi, I've uplaoded two Chart images Chart1 is what i already have and chart two is my requirement. Can anyone help me how to add ' Q1 as another row in my chart'. And my code is script var twoDatas = []; var threeDatas = [];

[visualization-api] Re: Line Chart - $ Sign in X Y Axis

2015-04-06 Thread Ravish Kumar
On Tuesday, 27 September 2011 03:25:43 UTC-4, Swapnil Patil wrote: var formatter = new google.visualization.NumberFormat( { prefix: '$'} ); formatter.format(data, 1); Thanks everyone. Used this to format the values. But this only displays $ sign in tool tip