Top "Chart.js" questions

Chart.

ChartJS Line Charts - remove color underneath lines

Okay, so I have a ChartJS line chart working that populates directly from data coming for my db. What I …

javascript angularjs chart.js
Chart.js 2.0 doughnut tooltip percentages

I have worked with chart.js 1.0 and had my doughnut chart tooltips displaying percentages based on data divided by dataset, …

javascript chart.js chart.js2
chart.js Failed to create chart: can't acquire context from the given item

I never got into node so I am pretty sure I am doing something massively wrong here since I cannot …

javascript node.js chart.js
Hiding labels on y axis in Chart.js

I need to hide labels in line chart drawn using library chart.js. I googled but no luck. Could that …

javascript chart.js
Chart.js — drawing an arbitrary vertical line

How can I draw an vertical line at a particular point on the x-axis using Chart.js? In particular, I …

javascript chart.js
How to change colours for Angular-Chart.js

I use Angular-Chart.js (the AngularJS Chart.js version) to create a bar chart. The Chart is working with the …

javascript angularjs charts bar-chart chart.js
Chart.js multiTooltip labels

I'm trying to get charts.js to display the label name from each dataset in the tooltip. My code: var …

javascript chart.js
Charts.js Formatting Y Axis with both Currency and Thousands Separator

I'm using Charts.js to show a graph on my site. Currently, the label shows as a long string of …

javascript function chart.js
Change the Y-axis values from real numbers to integers in Chart.js

I have a chart that I want to include in my website using Chart.js. In the Y-axis, it gives …

javascript html charts chart.js