There was an error while loading. Please reload this page.
1 parent b181099 commit 25fef7eCopy full SHA for 25fef7e
1 file changed
app/charts/combo/shared.tsx
@@ -6,7 +6,7 @@ import { getTextSize, GetTextSizeOptions } from "@/utils/get-text-size";
6
export const TITLE_V_PADDING = 4;
7
export const TITLE_H_PADDING = 8;
8
9
-export const getAxisTitleSize = (
+const getAxisTitleSize = (
10
text: string,
11
options: Pick<GetTextSizeOptions, "width" | "fontSize">
12
) => {
0 commit comments