Fix StackedBar Graph left axis issue (#136)
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
As mentioned in the Class Profile feedback, the graph should be properly displayed now.  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>shahaneda/fix-weird
parent
5970f9aebe
commit
dd8a33fa41
|
@ -397,7 +397,7 @@ export const StackedBarGraphHorizontal = withTooltip<
|
|||
tickLabelProps={() => ({
|
||||
fill: Color.label,
|
||||
fontWeight: TICK_LABEL_FONT_WEIGHT,
|
||||
textAnchor: "middle",
|
||||
textAnchor: "end",
|
||||
})}
|
||||
/>
|
||||
</Group>
|
||||
|
|
Loading…
Reference in New Issue