Top "Chart.js" questions

Chart.

Chartjs v2.0: stacked bar chart

I need to get a chart like this: I find this example but it uses old version of ChartJs. I …

chart.js
ChartJS: datalabels: show percentage value in Pie piece

I have a piechart with four labels: var data = [{ data: [50, 55, 60, 33], labels: ["India", "China", "US", "Canada"], backgroundColor: [ "#4b77a9", "#5f255f", "#…

javascript charts chart.js
Chart Js Change Label orientation on x-Axis for Line Charts

I am using chart.js. Similar to this Question, I would like to rotate my x-axis labels 90 degrees. Currently my …

javascript charts chart.js
Comparison between d3.js and chart.js (only for charts)

I have used chart.js in my projects several times but I have never used d3.js. A lot of …

javascript d3.js charts chart.js
Chart.js number format

I went over the Chart.js documentation and did not find anything on number formatting ie) 1,000.02 from number format "#,###.00" I …

javascript charts formatting number-formatting chart.js
Chart.js - how to disable everything on hover

How can I set the code that there will be no hover effects, hover options, (hover) links etc on chart? …

javascript jquery html chart.js
How to hide y axis line in ChartJs?

I am using bubble chart and gotta hide the y axis line. I've tried the following but it doesn't work.

javascript charts chart.js
Why is chart.js canvas not respecting the padding of the container element?

I am using Chart.js with a simple line chart but the width and height properties calculated by Chart.js …

javascript html css canvas chart.js
How to add an on click event to my Line chart using Chart.js

I am trying to add an on click event to my Line chart using Chart.js. I already have my …

javascript charts onclick linechart chart.js
Chartjs random colors for each part of pie chart with data dynamically from database

I want to set dynamically a color for each part of Pie Chart. Since the chart is dynamically created from …

javascript jquery charts chart.js