observablehq / observablehq/plot
tickFormat type is missing third argument, domain?
Open
Nobody has claimed this yet.
question
types
- Dominant language
- HTML
- Stars
- 5.4k
- Forks
- 244
- PR merge metrics
- No merged PRs in 30d
Description
tickFormat?: string | ((t: any, i: number) => any) | null;
should it be tickFormat?: string | ((t: any, i: number, D:any) => any) | null;
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the tickFormat type declaration shown in the issue and inspect the surrounding API definition. Check the expected callback signature and whether the third domain argument is part of the public contract; done means the declared type accurately reflects the supported arguments and the relevant type checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100