Simple NodeJS + ExpressJs + ChartJS web app
Budget: ₹1,500 – ₹12,500 INR
A simple NodeJS + ExpressJS + ChartJS application which will take url parameters for chart type and returns a chart image.
http://localhost:3000/chart/2.8.0
?width=300
&height=200
&c={"type":"bar", "data":{"labels":["January","February","March","April","May","June","July"],"datasets":[{"backgroundColor":"rgba(54,162,235,0.5)","borderColor":"rgb(54,162,235)","borderWidth":1,"data":[73,41,29,61,-65,59,38]}]},"options":{"legend":{"display":false}}}
This should support atleast Bar, Pie, Line charts. All of them are GET methods(not POST).
I am okay to change frameworks Expressjs with Fastify or Koa.
http://localhost:3000/chart/2.8.0
?width=300
&height=200
&c={"type":"bar", "data":{"labels":["January","February","March","April","May","June","July"],"datasets":[{"backgroundColor":"rgba(54,162,235,0.5)","borderColor":"rgb(54,162,235)","borderWidth":1,"data":[73,41,29,61,-65,59,38]}]},"options":{"legend":{"display":false}}}
This should support atleast Bar, Pie, Line charts. All of them are GET methods(not POST).
I am okay to change frameworks Expressjs with Fastify or Koa.