Top "Chart.js" questions

Chart.

ChartJS - Different color per data point

Is there a way to set a different color to a datapoint in a Line Chart if its above a …

javascript angularjs linechart chart.js
Chart.js - How to set a line chart dataset as disabled on load

Using chart.js v2, is it possible to mark a dataset in a line chart as being disabled on initial …

chart.js
Can't make chart js responsive

sorry if I missed anything to fix my issue, I've read and tried many solutions without any of them being …

javascript chart.js responsive
How to vary the thickness of doughnut chart, using ChartJs.?

How to vary the thickness of doughnut chart, using ChartJs

javascript chart.js
Chart.js - Styling Legend

I'm making a chart with chart.js and I'm trying to figure out how I can change the label/legend …

javascript jquery chart.js
Automatic colors assignment in chart.js 2.x doesn't work anymore, used to work in v. 1.x

Using Chart.js 1.x I could create a pie chart and get the colors automatically assigned: <script src="https://…

javascript charts chart.js
Set minimum step size in chart js

I am using Chart.js 2.0 version to draw graphs, i want to define minimum step size in bar graph var …

graph chart.js
Chart.js and long labels

I use Chart.js to display a Radar Chart. My problem is that some labels are very long : the chart …

charts chart.js radar-chart
Pie Chart Legend - Chart.js

I need help to put the number of the pie chart in the legend Chart Image If i hover the …

chart.js pie-chart legend-properties
NG2-Charts Can't bind to 'datasets' since it isn't a known property of 'canvas'

I am trying to use the basic example of NG2-Charts (http://valor-software.com/ng2-charts/) I copy pasted the …

javascript angular charts chart.js ng2-charts