Questions tagged as 'google-charts'

1
answer

Change title color in google charts chart

I'm making a chart using google charts and I want to change the title color. My graphic settings are via a json file: 'config' => array( 'title' => 'Despesas', 'width' => 400, 'height' => 300,...
asked by 07.02.2018 / 14:28
1
answer

Google charts with php

I'm developing an application where each user will receive different types of data through google charts, however I can not get the data to appear on the screen. Here is the javascript code snippet: <script type="text/javascript">...
asked by 23.10.2017 / 23:26
0
answers

Error using Google's graphics library

I'm doing a simple project, where I'm using the Google library to work with graphics, but I'm having a problem while "plotting" the results, the following error is displayed: You call the draw () method with the wrong type of data rather tha...
asked by 23.10.2017 / 02:57
1
answer

Google Chart Charts

I want to transform the data from the percentage graph to real numbers, how do I do it? I already tried to read the documentation but I did not find it. Code: <html> <head> <script type="text/javascript" src="http...
asked by 20.10.2017 / 16:04
1
answer

Change bar color Chart Bar Google

I would like your help to change the color of the bars, I can not even put the colors as parameters. I'm using the Google Charts API. Thanks for the help. <script type="text/javascript"> google.charts.load('current', {'packag...
asked by 28.09.2017 / 21:41
1
answer

How to generate two Google Charts on the same page?

I know the code below generates 1 graph within the page however I need to generate several graphs and I do not know the logic used to dynamically achieve the goal. Can you help me please? <script type="text/javascript" src="https://ww...
asked by 18.09.2017 / 02:15
1
answer

PHP with Google Charts

I'm implementing LMS (Moodle) reporting management program. I've done all the reporting queries and I'm trying to implement graphics with Google Charts , but I'm not able to merge PHP with JavaScript , to display the graphs as per the q...
asked by 11.09.2017 / 20:45
1
answer

Get JSON return without "result" in Ajax or return without "result" in Delphi

I'm generating JSON in Delphi with mORMot and I need to get it on a page to generate graphics with Google Chart , but Delphi returns me JSON within a result . I just put the string in a function...
asked by 22.05.2017 / 19:26
0
answers

how to set the maximum amount a column can have with Google Charts

I have a comparative chart between the student grade and the class average, but I wanted the value of the Y-axis to always be 100 and the minimum 0.     
asked by 25.05.2017 / 22:44
0
answers

Chart that updates every n seconds

I'm using Google Charts and I need to make a chart that updates both the x-axis and the y-axis values every n seconds. I need 50 data to be used for each update, so I used one SELECT max(id) FROM tabela_arduino to read the last value...
asked by 18.04.2017 / 16:41