简体   繁体   中英

How to create charts using NodeJS server side programming

I have a database file in json which contains WiFi data. I want to populate that data in a graphical format on browser. Can anyone please suggest how to do it or what steps I should follow. I am very new to programming and not aware of nodejs. I have already done this in javascript clint side, however for server side programming any help would be highly appreciated.

Looks like using chart-js on the server side (with jsdom and canvas) is the way to do it.

See:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM