Skip to content

Commit 53d3bbd

Browse files
committed
fix: very minor tweak to position of left-hand chart axis label
1 parent e3d09f6 commit 53d3bbd

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare/src/components

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/src/components/Chart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export default class BaseChart extends React.PureComponent<Props> {
210210

211211
private static readonly titlePosition = {
212212
x: {
213-
left: BaseChart.padding.left - BaseChart.tickLabelFontSize * 3.5,
213+
left: BaseChart.padding.left - BaseChart.tickLabelFontSize * 3.125,
214214
right: BaseChart.dimensions.width - BaseChart.tickLabelFontSize * 2,
215215
},
216216
y: BaseChart.padding.top - BaseChart.fontSize * 1.5,

0 commit comments

Comments
 (0)