Questions tagged as 'google-charts'

1
answer

How to make Line Chart stay with zero base

My line chart is starting at -5, I'd like the base to be at 0, does anyone know which setting to use?     
asked by 01.09.2016 / 16:03
1
answer

Error with popular google charts

I'm encountering the following error:    VM3611: 231 Uncaught Error: Unknown header type: 6 Code: google.charts.load('current', {'packages': ['corechart']}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var js...
asked by 29.07.2016 / 18:34
1
answer

Annotations Google Chart - Stacked Horizontal

I'm using Google Chart to develop some charts. I have the following chart working: <script src="https://www.google.com/jsapi?autoload={%27modules%27:[{%27name%27:%27visualization%27,%27version%27:%271.1%27,%27packages%27:[%27bar%27]}]...
asked by 10.12.2015 / 19:15
1
answer

mysql - Query to convert columns into rows

I have my query: SELECT inscricao, assiduos_a1, assiduos_a2, max(data_inclusao) FROM cli_agendados_assiduos WHERE INSCRICAO = 10357410; That returns: inscricao assiduos_a1 assiduos_a2 max(data_inclusao) 10357410 337 508...
asked by 06.02.2015 / 12:54
1
answer

Pie Chart of Google gets deformatado to be called by Javascript function

Hello everyone. I'm having trouble rendering a chart that has "display: none" in "display: block" via Javascript. The problem is that when I render the graph visible it gets smaller than expected. The chart is getting this resolution When...
asked by 23.07.2018 / 20:00
0
answers

Google chart - Treemap does not appear

Hello, I'm trying to plot a treemap with data coming from a BD (mysql), but nothing appears. I have tried several alternatives and to no avail. I already managed to plot several graphs, except the treemap, I believe that the problem is in the cr...
asked by 01.06.2018 / 14:24
0
answers

Real-time xy graph in the inventor app using chart.js

I'm new to the development area in java, but I'd like to know how I can use chart.js charts to generate a real-time xy scatter plot of data from a sensor. The objective is to plot at x the applied potential (V), and at y the current (A) read. I...
asked by 19.01.2018 / 02:16
0
answers

Fill in a chart chart with excel data

I'm creating a dashboard based on an excel sheet, I was able to create the charts using chart.js but I do not know how to get the data to be taken from the worksheet, does anyone know a way to do this? (the graphics I created, typed the value of...
asked by 19.07.2017 / 14:26
0
answers

Place graph trend line

I have a graphic in my project and I needed to put a trend line, but I do not have the slightest idea where the code goes for it or how to do it: (function () { angular.module("registrationModule").controller("indicatorGraphFilterControlle...
asked by 13.07.2017 / 14:08
0
answers

How to break the caption line in Google Charts

At Image 1 (below), shows a template of how I want the caption to stay. Inthe Image 2 (below), it shows how it is coming out (in this case, no line break). QuestionHowdoIbreakcaptionlinein Google Charts Code used in First Image : NO...
asked by 22.05.2017 / 21:57