Skip to content

Commit db434f3

Browse files
committed
Merge branch 'xy_chart' into xy_chart_step_2
2 parents 4538d49 + 884bc38 commit db434f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/vis_types/xy/public/config/get_axis.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function getAxis<S extends XScaleType | YScaleType>(
4949
show: valueAxis === axis.id,
5050
};
5151

52-
const tickFormatter = (v: any) =>
52+
const tickFormatter: TickFormatter = (v) =>
5353
isSimpleField(format) || shouldApplyFormatter ? formatter?.(v) ?? v : v;
5454

5555
const ticks: TickOptions = {

0 commit comments

Comments
 (0)