Top "Chart.js" questions

Chart.

Dynamically update values of a chartjs chart

I created an basic bar chart using chartjs and it works fine. Now I want to update the values on …

javascript charts chart.js
How to set max and min value for Y axis

I am using line chart from http://www.chartjs.org/ As you can see max value (130) and min value (60) for …

chart.js
how to display data values on Chart.js

I would like to ask if it's possible using Chart.js to display data values? I want to print the …

javascript chart.js
Chart.js canvas resize

In (Android WebView HTML5 canvas error) i posted a question regarding plotting graphs using Graph.js library. The problem i …

html canvas chart.js
Set height of chart in Chart.js

I want to draw a horizontal bar chart with Chart.js but it keeps scaling the chart instead of using …

javascript jquery chart.js
How to add text inside the doughnut chart using Chart.js?

How to render Text inside the doughnut chart, I am using ChartJs.

javascript chart.js
Different color for each bar in a bar chart; ChartJS

I'm using ChartJS in a project I'm working on and I need a different color for each bar in a …

javascript chart.js
Chart.js v2 hide dataset labels

I have the following codes to create a graph using Chart.js v2.1.3: var ctx = $('#gold_chart'); var goldChart = …

chart.js chart.js2
chart.js load totally new data

The API for chart.js allows one to edit points of the datasets loaded into it, for example: .update( ) Calling …

javascript chart.js
Click events on Pie Charts in Chart.js

I've got a question regard Chart.js. I've drawn multiple piecharts using the documentation provided. I was wondering if on …

javascript jquery charts chart.js