Questions tagged as 'google-charts'

0
answers

Send data by Ajax, make MySQL query in the background and plot Google chart with the data found

Here's a step-by-step guide to what the code I'm about to do is right. After that I will introduce the new approach that I would like to use, but unfortunately it is not working. In the first place (1) data is sent through a simple form; (...
asked by 13.11.2014 / 13:49
1
answer

Change colors on google charts

I'm using google charts to generate 4 pizzas.  How do I change the colors that appear? Follow my code: <?php include("conn_user.php"); include("conn_sys.php"); if (!isset($_SESSION)) session_start(); if (!isset($_SESSION['usu_login'])) {...
asked by 05.08.2016 / 15:29
1
answer

Line chart chart, highchart or char-google

I'm new here in the forum, but I had a problem, I wanted to know if it's possible to develop a line chart, but it marks certain areas, just like the normal distribution chart ,IalreadytriedwiththechartsbutIonlymanagedtoarriveataresultalittlebitl...
asked by 14.06.2017 / 03:57
1
answer

Copy and paste into different sheets in Google Sheets

I'm trying to copy a value from one table and send it to another using the Google Sheets script, but I get the following error Target range and source range must be on the same spreadsheet function myFunction() { var ss1 = SpreadsheetAp...
asked by 23.09.2016 / 17:17
1
answer

How to use Google Chart radar?

I have a graph and would like to make it look like the image. (two or more lines) Ialreadyhavethefollowingcode:   link     
asked by 13.07.2015 / 18:50
1
answer

How to get an image of the view (html) and send it to a controller (php) using codeigniter?

I need to pass an image of my view to the controller , just the string with the url or the entire html element. I am using angular and codeigniter and the mpdf is not letting me generate through AJAX request, I'm throwing the parameters...
asked by 27.03.2018 / 18:51
1
answer

Google Charts Limit Line

I am facing a problem that I do not find the solution rs I need to add a boundary line in my chart, I'm going to put a picture below how it is now and how it should look. Can you orient me on this? google.charts.load('current', {'packages':['b...
asked by 15.03.2018 / 18:12
2
answers

Join query returns to populate a combochart

I have 2 queries in the database:    One returns the goals of the day until the last day of the month: DIA META 1 3,23 2 6,45 3 9,68 4 12,9 5 16,13 6 19,35 7 22,58 8 25,81 9 29,03 10 32,26 11 35,48 12 38,71 13 41,94 1...
asked by 13.03.2018 / 20:47
1
answer

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

Hello, I'm doing a program to generate graphics and started to appear this error in some, but the strange thing is, graphics are generated from some selected checkboxes, so when you select a certain amount of checkbox, another amount wrong, could...
asked by 07.06.2017 / 15:37
1
answer

Charts google returning empty php mysql

I'm creating a chart with php mysql, but the same is not returning anything on the screen. Queries are working normally in mysql. <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script><script...
asked by 21.09.2016 / 17:24