Skip to content

Commit

Permalink
removed unneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Nov 12, 2020
1 parent 9be84d7 commit 6711dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface Axis {
tickLength: number;
timezone: string;
tickDecimals?: number;
tickFormatter: ((val: number) => string) | ((val: number, axis: any) => string);
tickFormatter: (val: number) => string;
tickGenerator?(axis: Axis): number[];
units?: { type: string };
domain?: {
Expand Down

0 comments on commit 6711dac

Please sign in to comment.