Questions tagged as 'grafico'

0
answers

Line graph Chart, js

Good morning, I've been trying to get the chart.js graph for two weeks to grab the data from the database and display it in real time. Follow my database. CREATE TABLE 'tab_clientes' ( 'id' int(11) NOT NULL, 'data_nascimento' date...
asked by 16.12.2018 / 16:39
1
answer

Creating a C #

Good afternoon friends, I'm creating a program in C # that should plot the current values of the serial port (arduino) in a picture box. To draw the graph I am creating points (x, y) and linking them forming drawline lines. In this way the graph...
asked by 28.11.2018 / 17:43
0
answers

Display two custom graphics (image in the pointers) on the same page as Chart.js

I made an application that displays a chart (Line) from the Chart.js library. According to the value of the "date" attribute, the pointer may vary: below 25 a triangle is displayed and from 25 upwards an image is displayed, which in this case is...
asked by 11.09.2018 / 03:37
0
answers

Graphview - Customizing the X axis

I'm using Graphview 4.2.1 to plot a chart. Instead of using numbers on the X axis, I need to set the measurement time. I can pick up the time and put it on the axis, but when I add a new point, it renames all points on the X axis to the new time...
asked by 23.08.2018 / 03:18
0
answers

How does the Highcharts License work?

I'm developing an intranet for a company that is my client. For now it is just a prototype, only in the future will be marketed. On this intranet there are interactive graphics whose codes come from the Highcharts demo pages ( How are you here )...
asked by 10.08.2018 / 15:27
0
answers

Create charts with data from a different worksheet and varying number of columns

I need to generate a chart for each row in a database. This database varies both in number of columns and in number of rows, and is in a different spreadsheet, Groove Matrix 1. Whenever I run my code is giving an error in SetSourceData, and I ca...
asked by 03.08.2018 / 03:25
0
answers

Show sum of graph objects - Django / Python / Sqlite

How to display a graph with the sum of objects with Django / Python / SQlite? In this case we have'internal_boxes '(y-axis) for' teams '(x-axis) that are rendering'internal_boxes' for each 'team' insert in the PCdastro model. Example genera...
asked by 05.04.2018 / 00:49
1
answer

Graphic Passing php data to js

Hello, I have a file in php with a div calling the js file, but I need the js file to read the php data no archived php: <div id="chart_div" style="width: 100%; height: 500px;"></div> in the js file: function mai...
asked by 04.01.2018 / 12:05
1
answer

Graph counter correction

I have a chart and my system that I need it to report the exact value of the search results. Due to lots of data, the results come out 1.1K . Intheplacewhere1.1KIwantedyoutoshowtheexactvaluethatwouldbe1057.HereisthegraphfunctioninJS:func...
asked by 04.12.2017 / 20:06
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