Questions tagged as 'google-chart-api'

1
answer

Change the width of the bars in google chart

Currently I have the following code where I make the comparison of two data and I graph them in a bar graph, the problem is that the width of the bar is very thick and I want to reduce it, if I enter more data in said graph the width of the bar...
asked by 09.08.2018 / 14:35
1
answer

Show alert with a Gauge chart

Dear, I currently have a gauge chart on my page which works, my question is how can I do so that when I click on a meter an alert is raised? I'm working with this code <html> <head> <script type="text/javascript"...
asked by 17.10.2018 / 15:24
1
answer

How to make Google Chart work with SQL (Postgres)

Currently I want to make a query with a standing graph but I can not get it to show me the results, I'm not very versed in php so I guess it must be a beginner's mistake. This is my code: <?php //Invoco el archivo de conexion: in...
asked by 26.04.2018 / 16:39
1
answer

as I do that in this diagram the data "duration" shows me 2 months

<html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> google.charts.load('current', {'packages':['gantt']}); google.charts.s...
asked by 12.12.2018 / 23:41
1
answer

Bar Graph with Google Chart, PHP and Mysql

I have the following arrangement emanating from a query in Mysql: I need to create a graphic in google charts in the following way: I need, please, a technical guidance on how to configure google chart, in PHP, to show the graph i...
asked by 06.12.2018 / 18:35
1
answer

Convert an array of bytes into an image with JavaScript

I have the following situation. I am using a Google API to generate dynamic charts (Google Org Chart), my project is made in asp.net mvc, but this time I only use JS. The problem that arises is that I need to show an image that I have hosted...
asked by 22.11.2018 / 17:49
1
answer

Do not draw google.map.Circle in google.visualization.Map

I am developing a web application in laravel and I must visualize a map with markers, circles, etc. I also use google charts and I have some tables. When I click on a table I select the marker whose position equals the position I have saved in t...
asked by 13.09.2018 / 09:19
1
answer

Google charts, I can not use variables in javascript

I have a query that brings me a list of Names with their respective fields (On Time & Delayed). The query I bring with PHP and if I throw a echo $datosGrafico ; give me this: ['Agustin', 17, 1 ], ['Andrea', 79, 0 ], ['Carla', 17, 0 ],...
asked by 05.07.2018 / 21:45
1
answer

I'm getting: Data column (s) for axis # 0 can not be of type string

I have a small function that is responsible for obtaining a series of data: AngularJS $scope.importarEstadisticas = function() { $http({ method: 'GET', url: 'mainApp/Estadisticas/estadisticaMeses.php' }) .then(functi...
asked by 27.01.2018 / 17:53
0
answers

how to change styles in google charts?

good I have my graphic so The problem I have is that it shows me the percentages all on top, is there something to not show them that way? try to make the bars wider but no, try to make the graph wider but you can not anymore these a...
asked by 24.12.2018 / 19:35