Fix StackedBar Graph left axis issue (#136)
continuous-integration/drone/push Build is passing Details

As mentioned in the Class Profile feedback, the graph should be properly displayed now.
![image](/attachments/14c86616-c38b-471b-a08c-708a7d2ff8ce)

Co-authored-by: e26chiu <e26chiu@csc.uwaterloo.ca>
Reviewed-on: #136
Reviewed-by: Shahan Nedadahandeh <snedadah@csclub.uwaterloo.ca>
Co-authored-by: Mark Chiu <e26chiu@csclub.uwaterloo.ca>
Co-committed-by: Mark Chiu <e26chiu@csclub.uwaterloo.ca>
This commit is contained in:
Mark Chiu 2023-01-15 20:25:07 -05:00 committed by Shahan Nedadahandeh
parent 5970f9aebe
commit dd8a33fa41
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ export const StackedBarGraphHorizontal = withTooltip<
tickLabelProps={() => ({
fill: Color.label,
fontWeight: TICK_LABEL_FONT_WEIGHT,
textAnchor: "middle",
textAnchor: "end",
})}
/>
</Group>