Top "Chart.js2" questions

Chart.

How can I increase the size of the pie (Chart.JS)?

I'm generating a pie chart with legend that looks like so: As you can perceive, the pie is pitifully puny. …

chart.js chart.js2
How do I customize y-axis labels on a Chart.js line chart?

I have the following chart and would like to manually set the Y axis labels. Instead of using 1,2,3,4,5, I want …

chart.js chart.js2
How to remove the line/rule of an axis in Chart.js?

I managed to remove all horizontale lines/rules in my chart using this: scales: { xAxes: [{ gridLines: { display: false } }] } But I …

javascript chart.js chart.js2
Moving vertical line when hovering over the chart using chart.js

I've been trying to add a vertical line that shows up with a tooltip when hovering over the chart. But …

chart.js chart.js2
Chart.js - Setting max Y axis value and keeping steps correct

I'm using Chart.js 2.6. I have a chart to which I've added custom pagination to step through the dataset, as …

javascript jquery chart.js chart.js2
How to add text in centre of the doughnut chart using Chart.js?

I want to create a Doughnut graph with two values. Clicking the graphs should print the value in center. I …

javascript jquery charts chart.js chart.js2
Draw horizontal lines in Chart.js 2.0

Can you help me how to extend Chart.js v2.0. I need to draw some horizontal lines in the charts, …

chart.js chart.js2
Zoom Function For Chart.js

I have a chart that I want to use the github zoom feature for found here. I am have wrote …

javascript jquery chart.js chart.js2
How to add padding to the vertical scale (X-axis) in Chart.js?

According to the "Tick Configuration" of Chart.js version 2.3 it is only possible to set a padding for the ticks …

javascript chart.js padding chart.js2
how to show multiple values in point hover using chart.js

I want to know that if it is possible to show more values on point hover in chart.js. Have …

javascript html charts chart.js chart.js2