We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4538d49 + 884bc38 commit db434f3Copy full SHA for db434f3
src/plugins/vis_types/xy/public/config/get_axis.ts
@@ -49,7 +49,7 @@ export function getAxis<S extends XScaleType | YScaleType>(
49
show: valueAxis === axis.id,
50
};
51
52
- const tickFormatter = (v: any) =>
+ const tickFormatter: TickFormatter = (v) =>
53
isSimpleField(format) || shouldApplyFormatter ? formatter?.(v) ?? v : v;
54
55
const ticks: TickOptions = {
0 commit comments