leeoniya / leeoniya/uPlot

Nothing is rendered for series when value is surrounded by null values

Open
#1,114 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
10.5k
Forks
463
PR merge metrics
No merged PRs in 30d

Description

Hello, I have a similar issue as https://github.com/leeoniya/uPlot/issues/1042, where the user had null points, followed by a non-null point, then more nulls.

I'm in a similar predicament, however I am dealing with two series (min and max) and have a band on both those series to fill in the space between them, and I was wondering if instead of showing points, it's possible to have a thin vertical line or a thin band fill shown just so you know data is there?

Contributor guide

No contributing guide indexed for this repository

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 reproducing the issue with two series containing null values around a non-null point and a band between the min and max series. Inspect the chart's series and band rendering paths to determine how gaps are handled. Done means the configured gap produces a visible thin vertical line or band without breaking normal null handling.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
data-visualization
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.