Questions tagged as 'google-charts'

1
answer

Display data with Google Chart - Stacked

I'm using Google Chart - stacked to create a chart on my system. Until this part is working correctly, as can be seen in the example below: <script src="https://www.google.com/jsapi?autoload={%27modules%27:[{%27name%27:%27visualizatio...
asked by 07.12.2015 / 19:33
2
answers

How to display the status in a geochart?

I'm displaying a geochart at the state level. When configuring with the Brazilian region works, as you can see below, but not with the state code, for example: BR-SP google.load('visualization', '1', { 'packages': ['geochart',...
asked by 08.04.2016 / 19:54
1
answer

How to pass values from an Ajax request to Google Chart?

I started to tweak Google Chart today, and I can graph the values out of the ajax request. Only my application needs this data coming from a database and I'm not sure how to pass them correctly to the Google Chart array. NOTE: I do not kno...
asked by 21.01.2014 / 19:28
3
answers

Change String Y-axis and Google Chart

I use Google Chart to generate graphics. I have array with values from 1 to 4. These values are of type int . I need to change the description of the Y axis. To: 1 = Great, 2 = Good, 3 = Regular, 4 = Bad. Iwouldlikeitt...
asked by 07.11.2016 / 19:34
1
answer

AngularJS google chart with dynamic data

Example of how my code is http://plnkr.co/edit/hMnKAzjbkQzHWjL5p6KX?p=previewangularjs I get the data from the webService and I organize it this way. var avaliacoes_descTipo = []; var avaliacoes_quantidade = []; angular.forEach(data, fun...
asked by 15.08.2016 / 16:12
1
answer

Transforming a datatable into array with jquery

I have as output a string with the following format. [["link"],["<iframe id='player' type='text/html' width='452' height='272' src='http://www2.camara.leg.br/camaranoticias/tv/embedAoVivo.html?width=450&height=253' frameborder='0'>&...
asked by 14.12.2015 / 04:47
1
answer

Google Chart's Line with While

Good afternoon,  I have the following query: SELECT DATE(o.data_fechamento) AS Data, u.nome AS Pessoa, COUNT(*) AS Total FROM ocorrencias AS o LEFT JOIN sistemas AS a ON a.sis_id = o.sistema LEFT JOIN localizacao AS l...
asked by 04.04.2017 / 20:55
0
answers

I would like to know if you know how to make the toolbar stick over another bar in the Google API timeline chart

This is a scale chart, I want to make the breaks stay above the scale bar. <html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script><scripttype="text/javascript">...
asked by 01.01.2017 / 00:12
1
answer

remove background from google chart

Colleagues. I'm using Google Chart in a project, but when I install it in this project, it overlaps the div where it is. How would I make the Chart background transparent?     
asked by 31.01.2017 / 18:53
1
answer

Google Chart vertical lines

I would like to add vertical lines in this chart. But I can not. I would like each group to draw a vertical line, as in this image. Mycurrentcode:google.charts.load('current',{'packages':['corechart']});google.charts.setOnLoadCallback(drawCh...
asked by 08.11.2016 / 12:39