observablehq / observablehq/plot

maybeIntervalK and other helpers drop per-channel scale overrides

Open
#1,329 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
HTML
Stars
5.4k
Forks
244
PR merge metrics
No merged PRs in 30d

Description

While scale overrides are rarely used on position scales, this might be relevant in the future if we use them to support dual-scale charts #147. Currently the maybeIntervalK and maybeIntervalMidK (and probably maybeDenseInterval, the implicit bin transform?) drop the scale override option if the input channel is specified as a {value, interval} object.

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

Start by tracing maybeIntervalK and maybeIntervalMidK, then check maybeDenseInterval and the implicit bin transform for handling inputs shaped as {value, interval}. Done means the per-channel scale override is preserved in these cases, with behavior suitable for the possible dual-scale chart use described in the issue.

Written by the indexing model from the issue text.

Assessment

Domain
data-visualization
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.