We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d09f6 commit 53d3bbdCopy full SHA for 53d3bbd
plugins/plugin-codeflare/src/components/Chart.tsx
@@ -210,7 +210,7 @@ export default class BaseChart extends React.PureComponent<Props> {
210
211
private static readonly titlePosition = {
212
x: {
213
- left: BaseChart.padding.left - BaseChart.tickLabelFontSize * 3.5,
+ left: BaseChart.padding.left - BaseChart.tickLabelFontSize * 3.125,
214
right: BaseChart.dimensions.width - BaseChart.tickLabelFontSize * 2,
215
},
216
y: BaseChart.padding.top - BaseChart.fontSize * 1.5,
0 commit comments