Most voted "rgraph" questions
A free library for Javascript graphics, which can generate over twenty different types of graphics. It uses Javascript together with the tag <canvas> to create the graphics correctly within the browser, which reduces server load and makes website faster.</canvas>
Learn more…3 questions
Sort by count of
-
2
votes2
answers190
viewsHow to insert lines in the graphs to denote post-hoc differences between compared groups?
I need to graphically identify post-hoc differences between mean comparisons. As the figure below: Send a dput with simple data to facilitate graph generation (not the figure), as well as the chart…
-
1
votes1
answer252
viewsHow to make the graph start on the y-axis by ggplot?
Hello, I’m trying to get the chart below to start on axis y, but I’m not getting it. The idea is to bring the first value of the x-axis, the time 6h, to the value 0 of the y-axis. Below follows the…
-
0
votes0
answers404
viewsWhy Document.getElementById('value'). value does not work in Rgraph?
// Classe para chamar o Json. function json() { var qtd; var retorno; // Resgatar valores. json.prototype.resgatarValores = function() { $('#resultado').html('Carregando dados...'); // Estrutura de…