Re: [visualization-api] Google chart api call failing since this morning

2019-03-19 Thread 'Mahesh Vasudevanpotti' via Google Visualization API
eplace your use with Google > Charts or one of the other alternatives mentioned at > https://groups.google.com/forum/#!topic/google-chart-api/rZtHTyYgyXI. > > Jon > > On Tue, Mar 19, 2019 at 12:43 PM 'Mahesh Vasudevanpotti' via Google > Visualization API > wrote: &g

[visualization-api] Re: Announcing update of ALL versions of Google Charts prior to v41 to v46

2019-03-19 Thread 'Mahesh Vasudevanpotti' via Google Visualization API
*Google chart api call fails with 502 Bad gateway error* Below is the url we are building to plot order data for our business . This was working since yesterday night from past 2 years . But not working from today. getting a bad gateway 502 error . Any help appreciated http://chart.apis.google

[visualization-api] Google chart api call failing since this morning

2019-03-19 Thread 'Mahesh Vasudevanpotti' via Google Visualization API
Below is the url we are building to plot order data for our business . This was working since yesterday night from past 2 years . But not working from today. getting a bad gateway 502 error . Any help appreciated http://chart.apis.google.com/chart?cht=bvs&chs=650x375&chxt=y,y,x,x&chbh=80,70,8&c

[visualization-api] Re: Legend text overlapping in column chart

2016-03-01 Thread mahesh kedari
Is there any workaround for this issue in current version? - Mahesh On Tuesday, September 24, 2013 at 10:27:53 AM UTC+5:30, pandia rajan wrote: > > > My Code: > > var Actdata = google.visualization.arrayToDataTable([ > ['Status','Total','A

[visualization-api] Re: Downloading software

2010-12-19 Thread Mahesh Khatri
Scott, Have you looked at this ? http://www.s-anand.net/blog/motion-charts-in-excel/ Mahesh Khatri. On Dec 19, 1:22 am, Scott Troolin wrote: > Hello, > > I work at a bank and I think google motion chart would be perfect for > illustrating some data regarding our operations. I hav

[visualization-api] Some one please reply.....

2010-01-05 Thread mahesh s
If I place this in the CSV and call to draw a org chart I get an error saying wrong number of columns. I am assuming them as 3 columns please let me know how to solve this. Name, Paret, ToolTip {v:'Mike', f:'MikePresident'}, '', 'The President' {v:'Jim', f:'JimVice President'}, 'Mike', 'VP' 'Alic

[visualization-api] OnClick event for Org Chart

2010-01-05 Thread Mahesh
Hi, I created an ORG chart and now I need to traverse to different page on click on any of the nodes in ORG chart. Can someone give me some example code to do the same. I am new to Visualization and UI design , any help will be really appreciated. -- You received this message because you are sub

[visualization-api] Urgent ...Urgent ... I am not able to remove

2010-01-05 Thread mahesh s
I am trying to see if the Tool Tip mentioned here contains Database Server or Database Load Balancer and remove the corresponding rows. But I get this error : Invalid row index 13. Should be in the range [0-12]. Please let me know a work around.I am in the middle some important activity CSV

[visualization-api] Need some help in refreshing columnchart urgent

2009-12-29 Thread Mahesh
Hi, I am trying to reload the column chart using setinterval function but I see that it is appending the graphs instead of refreshing the same columnchart. Please let me know how to come around this . Using the same code I dont see any problem with Gauge Here is the html code used : fun

Re: [visualization-api] Re: Thresholds

2009-12-22 Thread mahesh s
st > kicking around to allow controlling the fill below lines separately. > > I also looked into putting a line graph with no fill on top of a line > graph with fill, but that didn't work because of the divs issue. > > Good luck; if you figure out a really good solution, I&#

[visualization-api] Thresholds

2009-12-22 Thread Mahesh
Hi, I have a requirement where I want to show thresholds in the graph. Either I will need to show the ranges on Y-AXIS in some color code something like a green background for 0-50 a yellow background for 50-70 a red background for 70-100 or show the data points in some other color ? Would pref

[visualization-api] Not able to see bars in the bar charts

2009-12-22 Thread Mahesh
Hi, I just started using google visualisation and I am trying to pull data from csv file and populate it in a bar chart. I am not able to see the bars in the bar chart. Can someone please help me as soon as possible. This is the CSV Year,Sale,Expenses 2005,1000,1000 2006,1002,1002 2007,12,23 Thi