google-charts

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

I started today to mess with Google Chart, and I can make the chart by putting the values in hand outside the ajax request. ... harts everything happens normal. But when I uncomment the html page is without source code and the entire page appears blank

How to popular Google charts line chart with JSON

I'm trying to populate a Google chart-line charts, it will be pretty simple just the client name on the X axis and the amount ... o column=/, I'm using google charts for the first time, I'm noob : (. Someone can you give me a light? Thank you right now.

Google Charts Tools - how to change label colors

I put together a line chart using Google Chart Tools. But I can't change the colors of the labels. Look at this graph: Http ... How would I change the colors of those values S1, S2, S3 (below the graph) and the numerical scales on the left side. Thanks.

Google charts with php

I am developing an application where each user will receive different different types of data through google charts, however ... and dados data[1] are retrieved normally, however when adding in js they are not displayed. I appreciate the help beforehand.

Vertical lines Google Chart

I would like to add vertical lines to this chart. But I can't. I would like each group to draw a vertical line, as in this im ... raw(data, options); } Rendering: I would like it to look like this: Notice the vertical lines in each "X-axis question".

Change Google chart values when you click an element

I need to change the values of the graph from days to months and vice versa by clicking on the "buttons" por dia/por mês, I h ... ="width: 100%;"></div> </div> When I use hide(); and show (); as I said above, this happens here:

How to assemble chart with Google charts and PHP

I need to make a graph where it shows the total inputs and outputs in pizza, I tried something like: <?php //Estrutura ... ode($grafico); exit(0); With this query Can I assemble the chart the way I need? How do I put this data in the chart Mount?

Doubt with Google charts API

I have a bar chart on my system using the Google charts API. It is working already, but I am having the following problem. I ... arts.Bar(document.getElementById('barchart')); chart.draw(data, options); } </script>

Change Google charts colors

I'm using google charts generating 4 pizzas. How do I change the colors that appear ? Follow My Code: <?php include("c ... lt;div id="Fornecedores"></div> </div> </div> </div> </body> </html>

How to add vertical row in column type chart

I am using the column chart of the Google Chart API. I would like to insert a vertical line in a given position dynamically. ... t;</div> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

Google Charter's Line com while

Good afternoon, I have the following query: SELECT DATE(o.data_fechamento) AS Data, u.nome AS Pessoa, COUNT(*) AS To ... -body"> <div id="ChamadosPorTec" style="width: 900px; height: 500px"></div> </div> </div>

Google Chart - Bar Chart change background)

I have the Code: <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <sc ... change to the color # EEE. I've tried backgroundColor: '#EEE' in options, but with this chart it wasn't (I got it with Pie).

remove background from google chart

Colleagues. I'm using Google Chart in a project, only when installing it in that project, it overlays the div where it is. How would I make the chart background transparent?

How to put two Google charts on the same page

I am creating a web application in which it uses two charts powered by the bank. I use Google api, google charts. However, on ... </script> <div id="teste" style="width: 600px; height: 300px;"></div> </body> </html>

What causes the "Unknown renderer type" error in Google charts?

Hello, I am making a program to generate charts and started to appear this error in some, but the strange thing is that, the ... me3" style="height:250px;"></div> </td> </tr> </table> <br /> }

How to take an image from view (html) and send it to a controller (php) using codeigniter?

I Need to go to a picture of mine - view - to controller, it is just a string with the url of the html element to the whole ... oogle charts, it is gigantic and I can not do by throwing straight at the URL like the other parameters, can someone help me?

Set colors in Google Geochart Laravel?

I am trying to set the colors of the Brazilian states, which are coming from mysql via json the information, but I am not ha ... os', json_encode($arrayEstados)); Print do return JSON So, I'm not controlling the colors of the states. Thank you now

Google Pie chart gets unformatted when called by Javascript function

Hello, guys. I am having problem rendering a graph that is with "display: none" in "display: block" via Javascript. The prob ... _class_det1").style.display ="none"; document.getElementById("relat_class_det2").style.display ="block"; }

Make Google-charts bar preview start from scratch

I have a Google charts chart in the system that may be that comes zeroed, if it comes zeroed I need to start from 0, but I am ... v"></div> In the example above it starts from -1, I need to make it start from 0, even when there is no data