chartjs-node
                                
                                 chartjs-node copied to clipboard
                                
                                    chartjs-node copied to clipboard
                            
                            
                            
                        Create Chart.js Charts Server-side
Hi everyone, I run the sample and output image successful, but all text become garbled text in the image :  Did I miss something ? [Environment] OS : centos...

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...
 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: [ {...