refactor: ccpopup (#172)
* refactor: dialog animation improvements * refactor: update ccpopup to match designs
This commit is contained in:
@@ -97,13 +97,13 @@ export default function GradeDistribution({ course }: GradeDistributionProps): J
|
||||
subtitle: { text: undefined },
|
||||
legend: { enabled: false },
|
||||
xAxis: {
|
||||
title: { text: 'Grade' },
|
||||
title: { text: 'Grades' },
|
||||
categories: ['A', 'A-', 'B+', 'B', 'B-', 'C+', 'C', 'C-', 'D+', 'D', 'D-', 'F'],
|
||||
crosshair: true,
|
||||
},
|
||||
yAxis: {
|
||||
min: 0,
|
||||
title: { text: 'Number of Students' },
|
||||
title: { text: 'Students' },
|
||||
},
|
||||
chart: {
|
||||
style: { fontFamily: 'Roboto Flex, Roboto Flex Local', fontWeight: '600' },
|
||||
|
||||
Reference in New Issue
Block a user