Questions tagged as 'google-charts'

1
answer

Google Chats: Show total above column and grid show 1 to 1

I have the following chart: Ineedtodisplaythelinesfrom1to1anddisplaythenumberalsoofthetotalatthetopofthecolumn.Iknowthatbothwillgivethesameresult,andthatIhave2differentsituations,becausein1caseIhavetoshowthetotalandintheotherchangetheamounto...
asked by 20.09.2016 / 01:19
1
answer

How can I not overlay annotations on google charts?

I'm developing a line chart, where annotations are fixed, but some points get very close to each other, thus overlapping one label on the other. I would like to know if you have any way to change the position of the labels in a dynamic or sta...
asked by 23.08.2016 / 15:32
1
answer

How to insert title to a google Chart API Table Chart

In the Google Chart documentation, you can insert titles for a specific chart. But for Table Chart does not work. Would anyone have an idea how to pass to the component the title display information? Below is an example for graphics:...
asked by 06.06.2016 / 15:51
1
answer

Change the Google Charts subtitle line

I'm currently using the Google API to generate some graphs, but I noticed that when there are small percentages, eg 0.94%, 1.2%, it makes reading the labels a bit confusing, "one in top of the other ". Is it possible to change the "Path" line of...
asked by 17.03.2016 / 17:39
1
answer

problem with jQuery ajax

I'm having a problem using google charts, where it works perfectly in Internet Explorer, but when I run the same page in google chrome or firefox, the graphics are not displayed My action [OutputCache(Location = OutputCacheLocation.None)]...
asked by 15.09.2015 / 19:29
1
answer

Google Charts: Does not show all labels and the chart is stuck at the top

function drawChart() { var data = new google.visualization.DataTable(); data.addColumn('date', 'Day'); data.addColumn('number', 'AVG Position'); data.addRows([ [new Date('2015-04-14'),2...
asked by 15.04.2015 / 20:47
1
answer

How to print / export (pdf, xls, printer) the graphs of google chart?

I created a screen with various graphics using google charts, but I need to print / export to pdf, xls, printer, but of everything I searched on the net I still did not find anything, does anyone know of any way I could do that? From the most...
asked by 06.02.2015 / 14:55
1
answer

Google Pie Charts is not displayed when the data has more than one row

I'm trying to display a PieChart, however, if the search in the database returns only one row, the chart is displayed. If you return more than one line, the graph does not appear. function that generates graph data: public function grpAplic...
asked by 14.08.2014 / 14:51
1
answer

Convert string into parameter for arrayToDataTable (varString)

Hello, I'm starting to use ajax and the Google API (chart) to create charts. I use a Generic Handler that I called 'EmployeesCompany.ashx', in it I make a query in the database and return a string in this way; context.Response.Write(valores...
asked by 13.11.2014 / 12:55
0
answers

Google BarChart, create Bar with 2 annotations

I have the following structure of a google barchart: google.charts.load('current', { packages: ['corechart', 'bar'] }); google.charts.setOnLoadCallback(drawMultSeries); function drawMultSeries() { var data = google.visualization...
asked by 27.07.2018 / 21:51