If I do the query in the database it returns values, already in the charts it is returning null, what am I doing wrong?
<?php
require("conexao.php"); //chama o arquivo de conexão ao BD
include("query_ti.php");
ini_set('display_errors', 0);...
I'm trying to pop up a graph of google-line charts, it will be quite simple just the client name on the x-axis and the amount of open calls on the y-axis, I'm returning the following JSON array
[{"Name": "Test Client", "Tickets": 6}]
T...
I have the Code:
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script><scripttype="text/javascript">
google.charts.load('current', {'packages':['bar']});
google.charts.setOnLoadCallback(d...
I have a chart of google charts in the system that may be reset, if it is reset I need to start from 0, but I can not configure it, I tried to use viewWindow.min , but it does not work.
documentation does not cite anything about it....
I have a home use project, all done and Classic ASP (VBScript) in which I use information generated in an array from txt files. The project has a number of on-hand bar graph generation modules (with VBScript), and I have now decided to use Googl...
I can not generate different colors in google charts bars. The data is coming from a data.addRows([[${golLog}]]); variable and I noticed that inside that variable there is an array. It looks like it throws only the first color for the two...
I'm having trouble generating a multi-chart bar with angularjs, with my data coming from the backend
json
AL:
BANRISUL: {APROVADO: 0.28}<br />
BONSUCESSO: {APROVADO: 1.07}
PAN: {APROVADO: 1.24}
__proto__: Object
AM:
BANRISUL: {APROVAD...
I'm having this google charts example code, however in my midwest region of Brazil , it shows difference of two hours, how to solve this spindle problem? Thank you in advance.
google.charts.load('current', {'packages':['bar']});
google.c...
I'm not able to plot the pie chart on the google chart.
When I change the graph type to Barchart or columnchart, it plots, but when I put piechart it does not divide it.
File that takes DB data
<?php
require('../../Controller/conexao_bd...