In my line chart I wanted to when I hovered the mouse on the chart line when the caption appeared, and it had a caption. This is only possible by filling the array of labels, but it appears below the graph, on the "X" axis the names, and I do no...
I'm developing an application that helps me build graphs, and was thinking of doing in a way that the graph is built dynamically as the user inputs information, the first one being the type of chart (if it's line, of bar, pizza, etc.)
I made a te...
I have a problem when I create a chart with chart.js and then I create another chart from the menu that is on the same page. It creates the graph, but when I move the cursor over the graph it changes to the previous graph.
Update
After a...
I'm using Chartjs and got a Radar chart .
Home
See the code below: I also have this fiddle .
var radarChartData = {
labels: ["Item1", "Item2", "Item3", "Item4"],
datasets: [
{
label: "Linha1",
fillColor: "rg...
I have an app that displays a graph whose dados is from the database, where the date columns store a Unix timestamp , the data is received as a JSON. This graph works fine but I would like the X axis to appear only the last 48 hours...
Well, I am returning a list of and sending to View . You need to implement this using a graph with Chart.js .
I have the Country class:
[Table("Pais")]
public class Pais
{
[Key]
public Guid PaisId { get; set; }
[R...
Could you please help me in the case below?
I'm trying to change the color of the chart to red, but the change is not working.
Code:functionDevolucao(){if(CicloAtual!="") {
var codCli = $("[id$=txtCodigo]").val();
var ciclos = Arr...
I'm working with Chart.js and my donut chart is already cute, but I would like that if the user clicks on a part of the graph the "piece" is highlighted ... it can be growing, getting in 3d
Has anyone done?
As requested, follow the code: cont...