Top "Chart.js" questions

Chart.

Chart.js v2: How to make tooltips always appear on pie chart?

I have found similar questions in Stack Overflow, but all of them were addressed one and two years ago. Now …

javascript jquery charts pie-chart chart.js
ng2-charts update labels and data

I'm trying to create dynamically a chart using ng2-chart, I get information from an angular 2 service, when I change …

javascript angular chart.js ng2-charts
Chart.js - add gradient instead of solid color - implementing solution

I am using Chart.js and everything is ok, but I want to replace current color background (fillColor : "rgba(250,174,50,0.5)") with …

javascript chart.js
Hide/disable tooltips chart.js

I'm trying to hide the tooltips in a line chart using chart.js. I have tried this code, but they …

html5-canvas chart.js
Chart.js creating a line graph using dates

I can't seem to get Chart.js to work with dates. I have tried quite a few different methods: let …

javascript date chart.js ejs
Skip decimal points on y-axis in chartJS

I am using this library to draw charts in my web app. The issue is that I am having decimal …

javascript chart.js
Chartjs change grid line color

First I don't know what's it called. But how do you change its color from gray to white? Or is …

chart.js
Hide points in ChartJS LineGraph

Originally I set the fill color for each point to be completely transparent. If I run my mouse over the …

javascript chart.js
Chart.js - draw horizontal line

I would like to draw a horizontal line in a chart using Chart.js. But I'm not able to do …

javascript chart.js
Draw horizontal line on chart in chart.js on v2

I have drawn a line chart using chart.js. For the labels and datasets i am getting values from the …

javascript jquery charts chart.js