Skip to content

Commit

Permalink
Merge pull request #122 from ts-tech-repo/donutColor
Browse files Browse the repository at this point in the history
updated color
  • Loading branch information
Chandana3008 authored Dec 18, 2024
2 parents 2b6909a + c376c22 commit 7638aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/attendance_report.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h2>{{session.overall_percentage}}%</h2>
</script>
<script>
var status = "[";
var status_color = { Present: "#7bd500", Late: "#f7a701", Absent: "#d2000d", Excused: "#00a4b4" };
var status_color = { Present: "#A5CB52", Late: "#FB8537", Absent: "#E86C4A", Excused: "#FEED72" };
console.log(typeof status_color);
var distinct_colors = anychart.palettes.pastel;
var custom_json = [];
Expand Down

0 comments on commit 7638aa7

Please sign in to comment.