Thursday, 14 March 2019

How to Create Bar Chart with D3.js using Node Only?

I would like to generate a bar chart image (png) with the data I currently have with D3.js, using Node.js. After creating the image file, I would like Node to save the file in the server.From what I searched so far, most of the tutorials teach to use D3 in the front-end (browser), usually by creating or manipulating the browser's DOM. However, I would like to create an image file (png) entirely in the back-end, then save the file in the server.Is there a way to use D3 to create the bar chart in the server, without involving the browser (front-end)?

Submitted March 14, 2019 at 08:31AM by VickNicks

No comments:

Post a Comment