Sirs, good afternoon, I'm doing some graphs with chartjs and there was a need to click on a bar or line of a graph to get the value (of the label or the series) with this information I could even call another graph yet I did not I'm getting this...
I have a chart like the image below in ChartJs:
Isitpossibletodrawastraightlinethatshowstheaverageofthevaluesasintheimagebelow? GraphicCode:$(function(){newChart(document.getElementById("graficoOcupacao").getContext("2d"), getChartJs('line'));...
In the image follows Graphic in Line that I have.
Iwouldlikethetooltiptoworkoutasfollows:80%Insteadofthewayitis:03:80GraphicCode:$(function(){newChart(document.getElementById("graficoOcupacao").getContext("2d"), getChartJs('line'));
});
functi...
Situation: I have a graph that shows the performance of the user and the group according to some questions that have been answered by them. Each question belongs to 1 module and has a lesson.
The problem is that I have found no way to add th...
I have the following code:
window.onload = function () {
var chart = new CanvasJS.Chart("chartContainer",
{
title:{
text: "Desktop Search Engine Market Share, Dec-2012"
},
animationEnabled: true,
legend:...
I'm trying to insert a chart with Chart.js into an ASP page (not ASP.NET). I saw some tutorials from Chart.js itself and found the following statement:
You can download the latest version of Chart.js from the GitHub releases.
[...]...
I have the following problem, the need to create graphs dynamically from a select that represents the schools of the system and as it is clicked to generate a pie chart with their respective classes, the part of generating the graphs occurs in a...
I would like to know, I have a text created with canvas on chartJS]. How do I rotate the text, while being vertical in the center of the line. I tried Rotate, but the text disappeared from the graph.
EXAMPLE
link
I'm using chartjs' CHART RADAR ( link ).
I wonder if we could do sublabels on the chart and how we would do that.
Followthecode:jsfiddle.net/f794khyf/5/
var ctx = document.getElementById("canvas");
var data = {
labels: ["Eating",...
Would anyone know how to include Label and Label above the graphic in this type below?
link
I have created my own, but I have already inserted all the options in the documentation and the label only appears when I hover over.