Top "Chart.js" questions

Chart.

Grouped bar charts, in chart.js

I've seen other javascript charting libraries that supported grouped barcharts, of the sort in the image below. I've not seen …

javascript chart.js
create a multi line chart using Chart.js

I am trying to create a multiline chart using Chart.js I can do this for 1 line and i can …

javascript charts line multiline chart.js
Chart.js axes label font size

In chart.js how can I set the set the font size for just the x axis labels without touching …

javascript chart.js
Custom Legend with ChartJS v2.0

I'm trying to create a custom legend template in ChartJS v2.0. In v1* of ChartJS I simply added a property …

javascript chart.js
Chart.js : straight lines instead of curves

I'm using Chart.JS to plot a dataset, However I got a smooth effect ! Here is the curve I've got : …

chart.js
Chart area background color chartjs

I have problem with chart js, i want to coloring chart area like image above I try to find configuration …

javascript jquery canvas html5-canvas chart.js
Chart.js V2: Add prefix or suffix to tooltip label

In Chart.js V1.0, I would add tooltipTemplate: "<%if (label){%><%=label %>: <%}%><%= '€' + …

chart.js
Charts.js graph not scaling to canvas size

I'm trying to make a graph with Charts.js (current one is just a really simple example I'm trying to …

javascript canvas charts chart.js
How can I create a horizontal scrolling Chart.js line chart with a locked y axis?

I'd like to create a line chart with Chart.Js but have the Y-Axis not move when I scroll. I'm …

javascript ionic-framework chart.js
Chart.js label color

I'm using chart.js to create a bar chart and can't seem to change the label colors or the legend …

javascript chart.js