[visualization-api] Chart wrapper - how to add x axis labels?

2012-10-10 Thread Raji
Germany, USA, Brazil etc? Thanks, Raji -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/OoF8XjDRsOQJ. To post to this group, send email

[visualization-api] x axis label for Chart wrapper

2012-10-10 Thread Raji
, Raji -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/QF2-15eTR04J. To post to this group, send email to google-visualization-api

[visualization-api] Re: x axis label for Chart wrapper

2012-10-10 Thread Raji
in the DataTable Here's an example that takes a DataTable with country name and value columns and turns it into the chart you are looking for: http://jsfiddle.net/asgallant/zwPuU/ On Wednesday, October 10, 2012 5:02:38 PM UTC-4, Raji wrote: The chart wrapper meets my needs of having multi colored

[visualization-api] Re: x axis label for Chart wrapper

2012-10-10 Thread Raji
I don't know why it does it have to be so many steps though.. seems like a straight forward requirement.. :) On Wednesday, October 10, 2012 4:45:42 PM UTC-7, Raji wrote: Yes, this is exactly what I am looking for, thank you!! On Wednesday, October 10, 2012 2:52:28 PM UTC-7, asgallant wrote

[visualization-api] Re: x axis label for Chart wrapper

2012-10-11 Thread Raji
Thank you, it has helped me! On Wednesday, October 10, 2012 9:36:20 PM UTC-7, asgallant wrote: The API wasn't designed to make bars of a single series different colors. This is just a hack that I wrote to get around the problem. On Wednesday, October 10, 2012 7:59:07 PM UTC-4, Raji wrote

[visualization-api] Re: x axis label for Chart wrapper

2012-10-12 Thread Raji
I have 2 more questions - not sure if I should start new thread or continue here since its custom code: 1. Can I get rid of the legend on the right side since the x axis labels are in place? 2. Is it possible to include the percentage at the top of each column? Thanks in advance, Raji

[visualization-api] Re: x axis label for Chart wrapper

2012-10-12 Thread Raji
://code.google.com/p/google-visualization-api-issues/issues/detail?id=963, you can help bump up it's priority by voting for it (click the star in the upper left). On Friday, October 12, 2012 1:27:23 PM UTC-4, Raji wrote: I have 2 more questions - not sure if I should start new thread

[visualization-api] Re: x axis label for Chart wrapper

2012-10-15 Thread Raji
One more question- Is it possible to add '%' symbol to each column mouse over value? Eg. on mouseover the chart, it should read 90% instead of 90. Can this be done? Thanks! On Friday, October 12, 2012 11:40:22 AM UTC-7, Raji wrote: Thank you! On Friday, October 12, 2012 11:06:01 AM UTC-7

[visualization-api] Re: x axis label for Chart wrapper

2012-10-15 Thread Raji
, asgallant wrote: Use a NumberFormatterhttps://developers.google.com/chart/interactive/docs/reference#numberformatteron the DataTable column. On Monday, October 15, 2012 5:23:01 PM UTC-4, Raji wrote: One more question- Is it possible to add '%' symbol to each column mouse over value? Eg

[visualization-api] test

2013-01-14 Thread Raji
-- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/Q3V-EY-K3-UJ. To post to this group, send email to

[visualization-api] Drill down functionality for column charts

2013-01-14 Thread Raji
Here is the format of my chart: http://jsfiddle.net/asgallant/zwPuU/ I would like to add drill down functionality - Clicking on USA should yield another chart with US states etc. All the charts would be clickable to a drill down version. I understand I have to use the selection event, could

[visualization-api] Re: Drill down functionality for column charts

2013-01-14 Thread Raji
! On Monday, January 14, 2013 4:11:13 PM UTC-8, asgallant wrote: Here's an example: http://jsfiddle.net/asgallant/x5Eth/ On Monday, January 14, 2013 5:53:39 PM UTC-5, Raji wrote: Here is the format of my chart: http://jsfiddle.net/asgallant/zwPuU/ I would like to add drill down

[visualization-api] Re: Drill down functionality for column charts

2013-01-16 Thread Raji
Awesome, I got it, thank you very much for your help On Monday, January 14, 2013 6:02:50 PM UTC-8, asgallant wrote: Yes, it would just require changing the labels in the second column in that example. On Monday, January 14, 2013 7:14:37 PM UTC-5, Raji wrote: Thank you for the reply

Re: [visualization-api] Re: Google charts and Itext

2013-02-04 Thread Raji Nair
yes. So does that mean google charts cannot render on a PDF? On Mon, Feb 4, 2013 at 3:34 PM, asgallant drew_gall...@abtassoc.com wrote: Does Itext do all of its work server-side? If so then you are likely out of luck, as the charts are all rendered client-side, so there isn't anything for

Re: [visualization-api] Re: Google charts and Itext

2013-02-05 Thread Raji Nair
Thank you, I ended up JFREE chart to generate the chart in PDF.. thanks for your help! On Mon, Feb 4, 2013 at 4:58 PM, asgallant drew_gall...@abtassoc.com wrote: If you convert the chart to a PNG image file (using a hack like this onehttp://jsfiddle.net/SCjm8/1/), you can import it into a