chartjs-node icon indicating copy to clipboard operation
chartjs-node copied to clipboard

Create Chart.js Charts Server-side

Results 38 chartjs-node issues
Sort by recently updated
recently updated
newest added

http://chartjs-demo.vmpower.io/ return 502 Bad Gateway

Hello! So, I have tried to use ChartJS on it's on package with no luck so I tried the this package but seem to be running into an error. Here...

create more than one image in the same ChartJSnode

Hi, I have been working with chartjs-node for a few days now and locally it is working great but I have a problem when deploying to Heroku. It seems for...

I needed to create a stacked bar chart with multiple bars widths so i came with this solution: chartJsOptions = { type: 'bar', data: { labels: [], datasets: [ {...

Hi, All: I use chartjs-node in my project. I think the chart is blurry, so I set the devicePixelRatio to 2, and the chart is clearer, but there are some...

copy and paste the code into editor. get the error message: `TypeError: chartNode.drawChart is not a function` what is causing this ?

Hey. I've been toying with this all day to no avail so far. I've been using chartjs-node with no issues but I can't even load chartjs-chart-financial. I've built the library...

Hi, everyone. Thank you for the wonderful library. If Japanese language is set as the label, it will not be output to the graph image. ```javascript const chartJsOptions = {...

This is what my options field looks like: var options = { responsive: false, title: { display: true, text: 'Individual Shortfall percentage' }, scales: { xAxes: [{ barPercentage: 0.4 }],...