Has anyone used any JS library for generating a ca...
# suitescript
l
Has anyone used any JS library for generating a calendar chart similar to Google Calendar Charts? https://developers.google.com/chart/interactive/docs/gallery/calendar
u
Use D3 JS if you are doing it in the frontend.
l
Can we use it on server side?
Reason is that we can't generate Google Charts on server side.
u
Nope. You can't use it on serverside. most of the charting tools require the use of canvas object