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 44760c6 commit 558a29cCopy full SHA for 558a29c
1 file changed
src/public/viz-guardrails/XAxis.tsx
@@ -32,7 +32,7 @@ export function XAxis({
32
}, [ticks, xScale]);
33
34
const format = useCallback((str: string | Date) => {
35
- const myFormat = isDate ? d3.utcFormat('%b%e, %Y') : d3.format('.2s');
+ const myFormat = isDate ? d3.utcFormat('%b %e, %Y') : d3.format('.2s');
36
37
// eslint-disable-next-line @typescript-eslint/no-explicit-any
38
return myFormat(str as any);
0 commit comments