observablehq / observablehq/plot

tickFormat type is missing third argument, domain?

Open
#1,640 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.