Top "Chart.js" questions

Chart.

Changing width and height in angular-chart.js module

I'm using the angular module angular-chart.js. It is simple to work with and very smart. But I've noticed that …

javascript angularjs chart.js angular-chart
ChartJS New Lines '\n' in X axis Labels or Displaying More Information Around Chart or Tooltip with ChartJS V2

I'm using chart.js (V2) to try to build a bar chart that has more information available to user without …

javascript chart.js
using array values in chart.js data and label field

I wish to pass values of an array to the data and label fields of the chart.js dataset. Here …

javascript arrays ajax chart.js chart.js2
Chart.js Bar Chart: How to remove space between the bars in v2.3?

I'm trying to remove the space between my bar chart bars, but even though I see this solution many places …

javascript chart.js
ChartJS: How to get labels, legend, title to show up?

I'm having a tough time figuring out how to get labels, legend and title showing up in my Chart JS …

chart.js
Change color of X and Y axis values in Chart.js

I'm using v2.*. However, I can't seem to set the default color for a line chart. I'm mainly looking to …

javascript jquery charts chart.js
How to create custom legend in ChartJS

I need to create custom legend for my donut chart using ChartJS library. I have created donut with default legend …

javascript vue.js chart.js vue-chartjs
Chart.js - Increase spacing between legend and chart

I have a bar chart where I have drawn 3 vertical lines, each with it's own label at the top. I …

chart.js chart.js2
Remove the vertical line in the chart js line chart

I am using Chart.js to generate maps and have customised it to a good extent. But I am not …

javascript jquery chart.js
Chartjs Tooltip Line Breaks

Is it possible to get line breaks in chartjs tooltips? tooltipTemplate: "<%if (label){%><%=label%>: <%}%>&…

javascript chart.js