[visualization-api] Scatter Chart

2019-09-13 Thread Ponni Mano
Hi Friends, I have date, time corresponding value pointed in graph if present value in corresponding x axis time ,Y axis date. Any one kindly help me. value come form sql server -- You received this message because you are subscribed to the Google Groups "Google Visualization API"

Re: [visualization-api] Usage of Google charts on company website and in ppt presentations

2019-08-07 Thread Ponni Mano
https://stackoverflow.com/questions/46417248/how-to-export-google-chart-in-pdf can you check it this url *Thanks & Regards* *K. Ponni* On Wed, Aug 7, 2019 at 5:43 PM IPS wrote: > Hi there, > > We would like to use maps built with Google charts as pdf or jpg files on > our company websi

Re: [visualization-api] Is it possible to resize chart editor modal window for specific view size?

2018-10-22 Thread Ponni Mano
var options = { width: 700, height: 400,bar: {groupWidth: "95%"}, On Tue 23 Oct, 2018 9:38 am Ponni Mano, wrote: > It's possible > > On Tue 23 Oct, 2018 2:23 am Sriram Suri, wrote: > >> Is it possible to resize chart editor mo

Re: [visualization-api] Is it possible to resize chart editor modal window for specific view size?

2018-10-22 Thread Ponni Mano
It's possible On Tue 23 Oct, 2018 2:23 am Sriram Suri, wrote: > Is it possible to resize chart editor modal window for specific view size? > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and s

Re: [visualization-api] Google Charts - Vertical Table Headers

2018-08-26 Thread Ponni Mano
Hi, You Mention Particular Column name in chart Query data Option *Thanks & Regards* *K. Ponni* On Mon, Aug 27, 2018 at 12:20 PM Ponni Mano wrote: > Hi, > > It is Possible > *Thanks & Regards* > > *K. Ponni* > > > > > On Wed, Aug 22

Re: [visualization-api] Google Charts - Vertical Table Headers

2018-08-26 Thread Ponni Mano
st 22, 2018 at 2:23:11 PM UTC+12, Ponni Mano wrote: >> >> Hi, >> Can u explain any picture format? >> >> On Wed 22 Aug, 2018 7:37 am Bevan Robinson, >> wrote: >> >>> I was going to use a Google Table chart for a comparison between >>>

Re: [visualization-api] Google Charts - Vertical Table Headers

2018-08-21 Thread Ponni Mano
Hi, Can u explain any picture format? On Wed 22 Aug, 2018 7:37 am Bevan Robinson, wrote: > I was going to use a Google Table chart for a comparison between products. > But make the first and fourth columns headers. > > Header - Value Value - Header > Header - Value Value - Header > Header - Val

Re: [visualization-api] Re: Can not change bar width in column chart

2018-08-14 Thread Ponni Mano
Screen shot u r SQL data -- 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 group

Re: [visualization-api] Change the bars size

2018-08-14 Thread Ponni Mano
Hi, You Will Change groupWidth value % *Thanks & Regards* *K. Ponni* On Tue, Aug 14, 2018 at 12:30 PM, Ponni Mano wrote: > Hi, > Can U try this > > > https://www.gstatic.com/</a> > charts/loader.js"> > > google.ch

Re: [visualization-api] Change the bars size

2018-08-14 Thread Ponni Mano
gend: { position: "none" }, }; var chart = new google.visualization.BarChart(document.getElementById("barchart_values")); chart.draw(view, options); } *Thanks & Regards* *K. Ponni* On Mon, Aug 13, 2018 at 7:53 PM, Luis Serrano wrote: &

Re: [visualization-api] Change the bars size

2018-08-12 Thread Ponni Mano
Hi, https://developers.google.com/chart/interactive/docs/gallery/barchart *Thanks & Regards* *K. Ponni* On Mon, Aug 13, 2018 at 10:23 AM, Ponni Mano wrote: > hi, > > Can U try this > > > > src="<a rel="nofollow" href="

Re: [visualization-api] Change the bars size

2018-08-12 Thread Ponni Mano
hi, Can U try this https://www.gstatic.com/charts/loader.js";> google.charts.load('current', {'packages':['bar']}); google.charts.setOnLoadCallback(drawStuff); function drawStuff() { var data = new google.visualization.arrayToDataTable([ ['Nom

[visualization-api] Possible bug with column type format validation?

2018-06-07 Thread Ponni Mano
Dynamically from table you will write as a datetime format. Like convert(datetime,@string). -- 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-

Re: [visualization-api] Possible bug with column type format validation?

2018-06-07 Thread Ponni Mano
It doesn't a datetime format. So either you declare as a string -- 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...@

[visualization-api] Google Chart ToolTip Currency format using PHP

2018-04-19 Thread Ponni Mano
Hi, I want to change Tooltip Currency Format in Indian Format. I tried Default PHP Function. But couldn't changed. can any one help to rectify problem. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this g

[visualization-api] Re: Read data from a database and show it in Google Charts

2018-04-19 Thread Ponni Mano
google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['#Field Name1', '#Field name2'],