Top "Chart.js" questions

Chart.

Chart.js how to get Combined Bar and line charts?

i would like to ask is that possible using Chart.js http://www.chartjs.org/ to get Combined Bar and …

charts chart.js
Converting Chart.js canvas chart to image using .toDataUrl() results in blank image

I am using Chart.js. I am trying to convert the chart to an image by getting a base 64 string. …

javascript html canvas chart.js
Limit labels number on Chart.js line chart

I want to display all of the points on my chart from the data I get, but I don't want …

javascript css canvas charts chart.js
chart js 2 how to set bar width

I'm using Chart js version: 2.1.4 and I'm not able to limit the bar width. I found two options on stackoverflow …

javascript jquery chart.js
Show values on top of bars in chart.js

Please refer this Fiddle : https://jsfiddle.net/4mxhogmd/1/ I am working on chart.js If you see in fiddle, you …

javascript charts chart.js
Destroy chart.js bar graph to redraw other graph in same <canvas>

I am using the Chart.js library to draw a bar graph, it is working fine, but now I want …

javascript canvas graph chart.js
Chart.js Show labels on Pie chart

I recently updated my charts.js library to the most updated version (2.5.0). This version doesn't show the labels on the …

javascript jquery charts chart.js
How to use two Y axes in Chart.js v2?

I am trying to create a line chart with two datasets, each with its own Y scale / axis (one to …

javascript browser graph chart.js
Chart.js: Bar Chart Click Events

I've just started working with Chart.js, and I am getting very frustrated very quickly. I have my stacked bar …

javascript chart.js
How to add labels into Chart.js canvas plugin?

I'm using the awesome plugin Chart.js, and I'm trying to find the way of display labels within each percentage. …

jquery css canvas charts chart.js