We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tickFormat?: string | ((t: any, i: number) => any) | null;
should it be tickFormat?: string | ((t: any, i: number, D:any) => any) | null;
tickFormat?: string | ((t: any, i: number, D:any) => any) | null;
The text was updated successfully, but these errors were encountered:
Probably, but there are some cases (e.g. color legends) where it is not passed the full domain. Perhaps it should be?
Sorry, something went wrong.
tickFormat
normalize tickFormat's arguments
99d3a00
closes #1640
I hope I've caught them all in #1669.
Successfully merging a pull request may close this issue.
tickFormat?: string | ((t: any, i: number) => any) | null;
should it be
tickFormat?: string | ((t: any, i: number, D:any) => any) | null;
The text was updated successfully, but these errors were encountered: