Aditya Todkar

Results 14 comments of Aditya Todkar

@utkarshkvs1 I am already working on it. As soon as I send PR. I will create few issues from GUI that you can work on :)

I am facing same problem: ``` { if (!value) { return "color-empty"; } return `color-github-${value.count}`; }} tooltipDataAttrs={(value) => { return { "data-tip": `${value.date.toISOString().slice(0, 10)} has count: ${ value.count }` };...

Facing same problem. I am using node -v 16.19.0 with 4GB RAM VPS node+PM2 server. Is this due to some memory issue? How can I debug to understand what exactly...