Questions tagged as 'chart'

0
answers

How to replicate multiple graphs in the chart library in a loop picking up the database?

I need to replicate several graphs showing the results of the database, however I would like to make dynamic without having to make a function for each bank information because there are many lines. JavaScript chart code: function radarArea...
asked by 27.08.2018 / 13:58
0
answers

Problem with Legend Graphic Jquery

I use the jquery plugin SimpleChart.js to generate a graph in lines, I need the caption to be positioned next to its line. $("#Linegraph").SimpleChart({ ChartType: "Line", toolwidth: "50", too...
asked by 20.07.2018 / 23:11
0
answers

modify angular graph

My friends are trying to solve a problem that I have been looking for solution on some forums and none specifically help me. I have a graph using piechart that renders a pie chart. But it works with fixed values, but I have a return from the...
asked by 14.05.2018 / 19:12
1
answer

Put time (minute: second) in the graphic Flot

I'm trying to put the seconds on the x axis, because the update is every 3 seconds. I've already figured out that to set the range, just put this data xaxis : { minTickSize : [ 3, "second" ], min : 0, ma...
asked by 08.05.2018 / 18:15
0
answers

Force number of ticks on axis X

I wanted to force BarChart's X to have 31 ticks. I only have 10 values, but I would like to show 31 ticks, is it possible? I use Primefaces, but I also use extender, which is directly using jqplot's api. I would like it to appear from 1 to...
asked by 09.05.2018 / 18:37
0
answers

How to insert values in the gauge chart

I'm using widget gauger and would like to insert my own value For example, the maximum value would be 200 and minimum 0 The value to set would be 175 How do I enter values in gauge? How to understand this code? function init_gauge(...
asked by 26.04.2018 / 15:00
0
answers

Asp.Net MVC Chart

Good afternoon, I'm trying to implement a chart that shows me the total number of reservations made in a given month !! I already have this: Theproblemisthatthey-axisisdisplayingtheReservationIDinsteadofacountoftotalreservations.Inthisexa...
asked by 15.04.2018 / 17:38
1
answer

Position labels and values on chart

The code for the graphic is in HTML. In the code below, there are these labels: ["Área 2","Área 3","Área 7","Área 5","Área 10","Área 8","Área 11","Área 9","Área 1","Área 14"] According to date values: [145,110,100,75,70,70,60,45,40,20...
asked by 21.03.2018 / 17:57
0
answers

Labels fixed in the chart - Angularjs and Chartjs

I'm trying to display graph information without the need for the user to hover over some piece of chart. I'm using Chart.js with Angular.js! My question is also the one of the user @DiegoAugusto this question here html snippet: &l...
asked by 29.01.2018 / 21:52
0
answers

C # - how to create a Population Pyramid Chart?

Good morning, I'm having a hard time creating a population pyramid chart, which would look something like this: Does anyone know a way to create something similar?     
asked by 16.01.2018 / 14:25