I am looking for a wordpress plugin that create graph on frontend. Graph needs to be constructed by calculating marks of student. I have table students (student_id, exam_id, student_name, student_marks) and another table exams (exam_id, exam_name, exam_date). Now I am calculating overall marks of student.
I searched it on Google, but no plugin link is coming there. Whether there is WordPress plugin or not. Otherwise I have to do it manually.
