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

Hi everyone, I run the sample and output image successful, but all text become garbled text in the image : ![testimage](https://user-images.githubusercontent.com/6070952/43022828-29c4556e-8c9b-11e8-81c8-3b329ef325cf.png) Did I miss something ? [Environment] OS : centos...

![image](https://user-images.githubusercontent.com/25591824/41345592-d22136b6-6f0c-11e8-8cb7-f27d791ac20f.png)

Hi everyone, I'm trying to use chartjs-node to create time scale charts. I can't get to have charts when I try to use the time scale, I got `ReferenceError: CanvasGradient...

Hi all, Not an issue but a feature request. We're using chartjs-node and it's awesome, however we're using it on AWS Lambda and we are not able to install system...

Hi, Thanks for the great lib. I'm able to generate png's without any issue but I need to generate jpegs. My code is: ``` var chartNode = new ChartjsNode(600, 600);...

I was create a radar chart but I can't use the config: pointLabels: { pointLabelFontSize: 12 } Anyone has facing with this problem and could you give me some example...

Greetings, I got some fatal errors when generating a line chart. Seems as though chart.js expected CanvasGradient to exist globally, but it wasn't. It also appears that chart.js hasn't bothered...

![testimage](https://user-images.githubusercontent.com/12295159/29866649-4c475a86-8d79-11e7-9957-4b58f167dd09.png) This is what I get when trying to get a pie chart. The code: ```const ChartjsNode = require('chartjs-node'); var chartJsOptions = { type: 'pie', data: { datasets: [ {...

help wanted
windows