Skip to content

fix(dashboard): anchor forecast series and correct fan chart trace layering - #23

Open
dkconnect wants to merge 1 commit into
hongjin-he:mainfrom
dkconnect:patch-1
Open

fix(dashboard): anchor forecast series and correct fan chart trace layering#23
dkconnect wants to merge 1 commit into
hongjin-he:mainfrom
dkconnect:patch-1

Conversation

@dkconnect

@dkconnect dkconnect commented Aug 15, 2026

Copy link
Copy Markdown
Contributor
  1. Shifted future business day generation by +1 BDay and prepended to p50, p10, and p90 using np.insert(), so it elminated duplicate timestamps and visual step discontinuity at the boundary.

  2. Replaced deprecated DatetimeIndex.append() with .union() to prevent runtime Future Warning.

  3. and I reordered Plotly trace definitions to draw the semi-transparent 10%–90% CI polygon first so making sure the historical and median forecast lines render sharply on top.

…yering

1. Shifted future business day generation by +1 BDay and prepended to p50, p10, and p90 using np.insert(), so it elminated duplicate timestamps and visual step discontinuity at the boundary.

2. Replaced deprecated DatetimeIndex.append() with .union() to prevent runtime Future Warning.

3. and I reordered Plotly trace definitions to draw the semi-transparent 10%–90% CI polygon first so making sure the historical and median forecast lines render sharply on top.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant