[visualization-api] How can i set the tooltip in the next line?

2013-06-24 Thread siva kumar
Hi, i want to breakup the line in geochart tooltip but it always displays in the single (like in the Attachment file), after i am inserting '\n' character in the tooltip string also. My Code: { type: 'string', label: valueColumn, // (get the column from user)

Re: [visualization-api] How can i set the region color for each state in United States?

2013-06-24 Thread siva kumar
Hi, var data = google.visualization.arrayToDataTable([ ['Country', 'Name'], ['US-MA',obama], ['US-CO',romney], ['US-CA'obama], ['US-FL',romney], ]); this is my dataTable.i want to set the red color if the state contains obama and green color if the state contains

Re: [visualization-api] How can i build the Map with the statenames?

2013-06-26 Thread siva kumar
:31 AM, siva kumar tsivaku...@gmail.comjavascript: wrote: Hi, i want to show the map with the state names for country map and country name for the world map like in the image? please guide me to do that? Thanks Regards, Sivakumar -- You received this message because you

[visualization-api] Re: How can i set the region color for each state in United States?

2013-06-26 Thread siva kumar
If I cannot set color using string how can I achieve this? MA - OBAMA - BLUE NH- ROMNEY - RED NY-OBAMA-BLUE My data is like this MA - OBAMA - WINNER NH-ROMNEY-WINNER Regards Sivakumar On Monday, 24 June 2013 14:28:50 UTC+5:30, siva kumar wrote: Hi, ** i want to set the region color

[visualization-api] IE tooltip problem

2013-06-27 Thread siva kumar
Hi, In IE7 and 8 the tooltips are display like in the attachment file? how can i solve this issue. thanks regards, Sivakumar -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group and stop receiving

[visualization-api] marker taking long time to display?

2013-06-28 Thread siva kumar
Hi, i want to plot the marker in the map? if i set the displayMode as marker its display one by one so its takes lot of time to display all the marker in the map. How can i solve this issue? thanks. -- You received this message because you are subscribed to the Google Groups Google

[visualization-api] geochart plot the marker in wrong position

2013-07-02 Thread siva kumar
Hi, i have the list that contains only united states.Now i set the region to india (like options[region] =IN;)it displays the india map and plot the US states in India like in the attachment file. Please guide me to resolve that. Thanks regards, Sivakumar -- You

[visualization-api] Display the legend in geochart

2013-07-02 Thread siva kumar
Hi, i want to display the custom legend at Blue dotted arrowmarks in the attachment file. and also i want to display the description in red arrow mark location. Is it possible to add a description in geochart. Thanks and regards Sivakumar -- You received this message because you

[visualization-api] Re: geochart plot the marker in wrong position

2013-07-02 Thread siva kumar
to plot the US states in India? On Tuesday, July 2, 2013 4:49:04 AM UTC-4, siva kumar wrote: Hi, i have the list that contains only united states.Now i set the region to india (like options[region] =IN;)it displays the india map and plot the US states in India like

[visualization-api] Re: geochart plot the marker in wrong position

2013-07-02 Thread siva kumar
On Tuesday, 2 July 2013 14:19:04 UTC+5:30, siva kumar wrote: Hi, i have the list that contains only united states.Now i set the region to india (like options[region] =IN;)it displays the india map and plot the US states in India like in the attachment file

[visualization-api] JavaScript Error Occured in Sp.core.js when clicking geochart region

2013-07-02 Thread siva kumar
Hi, I have created a map by using of Geochart in sharepoint webpart.After i am adding a master page in a webpart when i click on region it throws an javascript error that is Object doesn't support property or method 'indexOf' but its fine in IE7 and 8. In Firefox gives the warning

[visualization-api] Re: geochart plot the marker in wrong position

2013-07-02 Thread siva kumar
Hi, if i mistakenly choose like that,it should show the empty map but its plots the marker in India of US States. If a displayMode is Region its work fine,the problem is only because of marker -- You received this message because you are subscribed to the Google Groups Google

[visualization-api] Re: geochart plot the marker in wrong position

2013-07-02 Thread siva kumar
On Tuesday, 2 July 2013 14:19:04 UTC+5:30, siva kumar wrote: Hi, i have the list that contains only united states.Now i set the region to india (like options[region] =IN;)it displays the india map and plot the US states in India like in the attachment file

[visualization-api] Re: JavaScript Error Occured in Sp.core.js when clicking geochart region

2013-07-04 Thread siva kumar
This is My javascript code: html head meta http-equiv=content-type content=text/html; charset=utf-8 / titleGoogle Visualization API Sample/title script type=text/javascript src=http://www.google.com/jsapi;/script script type=text/javascript google.load('visualization', '1.1', { packages:

[visualization-api] Get the tooltip from multiple table

2013-07-04 Thread siva kumar
hi, i want to get the tooltip from multiple table columns is it possible? Please guide me to do that. -- 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

[visualization-api] Custom legend in geochart

2013-07-05 Thread siva kumar
Hi, i want to show the my custom legend in red arrow location(in attachment file) in map. How can i modify the css? please kindly provide the answer to solve this issue. -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To

[visualization-api] Re: IE tooltip problem

2013-07-05 Thread siva kumar
this is my javascript code: in IE8 map doesn,t display. html head meta http-equiv=content-type content=text/html; charset=utf-8 / titleGoogle Visualization API Sample/title script type=text/javascript src=http://www.google.com/jsapi;/script script type=text/javascript

[visualization-api] Re: Custom legend in geochart

2013-07-08 Thread siva kumar
I make the legend through my own html. is it poosible to shoe the legend in red arrow location(in attachment file) in map. How can i modify the css? please kindly provide the answer to solve this issue. -- You received this message because you are subscribed to the Google Groups Google

[visualization-api] Re: IE tooltip problem

2013-07-08 Thread siva kumar
Hi, After i am removing Comma,In IE 8 Map controls are doesn't get display. In IE 7 tooltip are not displaying correctly like in the attachment file. This is My Javascript code: html head meta http-equiv=content-type content=text/html; charset=utf-8 / titleGoogle Visualization API

[visualization-api] ToolTip are getting Hided if the map width is Small

2013-07-08 Thread siva kumar
Hi, The tooltip are getting Hided (like in the attachment file) if the map width is small. How can i solve this issue? -- 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

[visualization-api] legend color code is Disappered if the numeric field contains large number of digits

2013-07-08 Thread siva kumar
Hi, legend color code is Disappered if the numeric field contains large number of digits.(like in the attachment file) Please guide me to solve this issue. Thanks -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To

[visualization-api] Re: JavaScript Error Occured in Sp.core.js when clicking geochart region

2013-07-08 Thread siva kumar
Hi, But the error is only occurred when i click on map control.otherwise i didn't get a error. This error is only occured in IE9 . works fine in IE7. In Firefox gives the warning message as warning message: A script on this page may be busy, or it may have stopped responding. You can

[visualization-api] Tooltip Problem

2013-07-10 Thread siva kumar
Hi, this is My dataTable: ['State', 'Income', 'Product'], ['KERALA', 1, Apple], ['KERALA', 7000, Nokia], ['Tamil nadu', 1, Apple], ['Tamil nadu', 2, SamSung], ['west Bengal', 5000,Sony] i want to show the tooltip like, Apple 1 Samsung

[visualization-api] Highlight the geochart region when click or select the particular region

2013-07-17 Thread siva kumar
Hi, I build the map by using of Geochart.Now i want to highlight the particular region. when the user click the region , i want to highlight the region with some other color till the user the click the other region. Is it possible