Questions tagged as 'google-chart-api'

0
answers

How to export a Google Org Chart to Image?

I have a problem with the following chart which I generated with the google API of charts. On this occasion I would like to know how to export this Organigram to Image. My project is made in asp.net mvc but this time I only used the pure API wit...
asked by 04.12.2018 / 18:36
0
answers

problem showing different colors using php vector in the googlechart library

I'm using the google library to make a graph using php link I have the following code that shows 2 elements of my database correctly. My problem is with this element that is not used, the one that I must implement to give colors to...
asked by 14.11.2018 / 13:07
0
answers

Add watermark to a gcharts chart by converting it to pdf

I currently have this code that I got on this site, but I would like to add a watermark when exporting the graphic to PDF, any help is welcome. <head> <script src="https://www.gstatic.com/charts/loader.js"></script> &...
asked by 10.11.2018 / 04:17
0
answers

Show an array in Google Charts Postgresql, PHP, Google Charts

I want to be able to go through a sql query where I group the emails sent during certain years, the sent ones, the returned ones, etc ... For respective specific years for example for 2014, 2015, 2016, 2017, 2018. For this I designed the followi...
asked by 27.08.2018 / 16:44
0
answers

google chart does not show me the datatable correctly

I have 2 graphics on a web page, one is the cake and the other is the table. I already show them correctly, the cake shows me the data correctly but one of the 2 graphics is not displayed correctly. This is the function I use to display the d...
asked by 29.07.2018 / 03:26
0
answers

Google Charts gives me error when bringing queries with an empty conditional

Good afternoon, I'm currently working with the Google Chart charts and it works almost perfect, I'm working with a mail system and I want you to show me a graph of the shipments that have been made during the year, the problem is that if a clien...
asked by 22.05.2018 / 19:33
0
answers

Problems generating correct graphics with php, google charts and Postgresql

Currently I am trying to show through a graph the query of a record in postgresql from php but I can only show one of the fields consulted. For example I want to show the total of packages sent by a mail office in total was received by the post...
asked by 21.05.2018 / 17:23
1
answer

Group by variable start and end date variable states

I'm working on a graphic of the Timeline type with the google charts API but I depend on a script that creates a new table ("new_tbl") but I do not want to depend on the creation of this one since I have to do it manually every time I want updat...
asked by 04.05.2018 / 02:18
0
answers

Google charts, error with values in a single month

I have this error in google charts, I could not request it. google.load('visualization', '1', {packages: ['controls', 'charteditor']}); google.setOnLoadCallback(drawChart); function drawChart() { var data = new google.visualizat...
asked by 08.05.2018 / 23:42
0
answers

Graphics in google chart and php

Good day. I need your help I am generating a graph in google charts with connection to php and postgresql through odbc. The code is as follows: <?php // Conectamos base de datos $dsn = "IVRTST"; $usuario="IVR"; $clave="IVR"; $cid=odbc_...
asked by 24.04.2018 / 23:19