How Can I implement monthly attendence chart (ASP.NET)

220 Views Asked by At

I have a aspx webpage in which I want to display employee's monthly attendance in a chart. So suggest me which chart can I use to do this task and also how to implement it.

And chart must me able to show day,time,workinghours,daytype.

I already have a sql table for it.

1

There are 1 best solutions below

2
On

There are various chart libraries for it. But I would suggest CanvasJs or D3.js

These are super flexible and customizable. You can do whatever you want.